#690988

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

Shades of Purple #690988

Tints of Purple #690988

Color information

#690988 (or 0x690988) is unknown color: approx Purple. HEX triplet: 69, 09 and 88. RGB value is (105,9,136). Sum of RGB (Red+Green+Blue) = 105+9+136=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #690988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690988 is #96F677. Grayscale: #333333. Windows color (decimal): -9893496 or 8915305. OLE color: 8915305.

HSL color Cylindrical-coordinate representation of color #690988: hue angle of 285.35º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690988 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1059136-
CMYK0.230.9300.47
HSL285.35º87.59%28.43%-
HSV(B)285.35º93.38%53.33%-
XYZ10.374.9823.71-
YUV52.18175.3165.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42%
GREEN value IS 9 (3.91% from 255) = 3.6%
BLUE value IS 136 (53.52% from 255) = 54.4%
R=42%
G=3.6%
B=54.4%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10591360.230.9300.47285.3587.5928.43
Hex69988175D02F11d581c
Octal151112102713505743513034
Binary11010011001100010001011110111010101111100011101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690988; }

 p { color: rgb(105,9,136); }

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

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

 a { background-color: rgb(105,9,136); }

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

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

 span { border-color: rgb(105,9,136); }

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