#690B87

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

Shades of Purple #690B87

Tints of Purple #690B87

Color information

#690B87 (or 0x690B87) is unknown color: approx Purple. HEX triplet: 69, 0B and 87. RGB value is (105,11,135). Sum of RGB (Red+Green+Blue) = 105+11+135=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 135 (53.12% from 255 or 53.78% from 251); Max value from RGB is 135 - color contains mainly: blue. Hex color #690B87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690B87 is #96F478. Grayscale: #343434. Windows color (decimal): -9892985 or 8850281. OLE color: 8850281.

HSL color Cylindrical-coordinate representation of color #690B87: hue angle of 285.48º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690B87 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10511135-
CMYK0.220.9200.47
HSL285.48º84.93%28.63%-
HSV(B)285.48º91.85%52.94%-
XYZ10.324.9923.34-
YUV53.24174.14164.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.83%
GREEN value IS 11 (4.69% from 255) = 4.38%
BLUE value IS 135 (53.12% from 255) = 53.78%
R=41.83%
G=4.38%
B=53.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105111350.220.9200.47285.4884.9328.63
Hex69B87165C02F11d551d
Octal151132072613405743512535
Binary11010011011100001111011010111000101111100011101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690B87; }

 p { color: rgb(105,11,135); }

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

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

 a { background-color: rgb(105,11,135); }

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

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

 span { border-color: rgb(105,11,135); }

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