#693695

Color #693695 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #693695

Tints of Royal Purple #693695

Color information

#693695 (or 0x693695) is unknown color: approx Royal Purple. HEX triplet: 69, 36 and 95. RGB value is (105,54,149). Sum of RGB (Red+Green+Blue) = 105+54+149=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #693695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693695 is #96C96A. Grayscale: #4F4F4F. Windows color (decimal): -9881963 or 9778793. OLE color: 9778793.

HSL color Cylindrical-coordinate representation of color #693695: hue angle of 272.21º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #693695 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10554149-
CMYK0.300.6400.42
HSL272.21º46.8%39.8%-
HSV(B)272.21º63.76%58.43%-
XYZ12.577.8129.28-
YUV80.08166.9145.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 54 (21.48% from 255) = 17.53%
BLUE value IS 149 (58.59% from 255) = 48.38%
R=34.09%
G=17.53%
B=48.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105541490.300.6400.42272.2146.839.8
Hex6936951E4002A1102f28
Octal15166225361000524205750
Binary1101001110110100101011111010000000101010100010000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693695; }

 p { color: rgb(105,54,149); }

 H1.HeaderClassName
 {
   color: #693695;
 }
 .AnyTagClassName
 {
   color: #693695;
 }
</style>
background-color css

<style>
 a { background-color: #693695; }

 a { background-color: rgb(105,54,149); }

 div.DivClassName
 {
   background-color: #693695;
 }
 .BgClassName
 {
   background-color: #693695;
 }
</style>
border-color css

<style>
 span { border-color: #693695; }

 span { border-color: rgb(105,54,149); }

 td.TdClassName
 {
   border-color: #693695;
 }
 .TagClassName
 {
   border-color: #693695;
 }
</style>