#690566

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

Shades of Purple #690566

Tints of Purple #690566

Color information

#690566 (or 0x690566) is unknown color: approx Purple. HEX triplet: 69, 05 and 66. RGB value is (105,5,102). Sum of RGB (Red+Green+Blue) = 105+5+102=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #690566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690566 is #96FA99. Grayscale: #2D2D2D. Windows color (decimal): -9894554 or 6686057. OLE color: 6686057.

HSL color Cylindrical-coordinate representation of color #690566: hue angle of 301.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690566 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB1055102-
CMYK00.950.030.59
HSL301.8º90.91%21.57%-
HSV(B)301.8º95.24%41.18%-
XYZ8.284.0712.92-
YUV45.96159.63170.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.53%
GREEN value IS 5 (2.34% from 255) = 2.36%
BLUE value IS 102 (40.23% from 255) = 48.11%
R=49.53%
G=2.36%
B=48.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105510200.950.030.59301.890.9121.57
Hex6956605F33B12e5b16
Octal1515146013737345613326
Binary110100110111001100101111111111011100101110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690566; }

 p { color: rgb(105,5,102); }

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

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

 a { background-color: rgb(105,5,102); }

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

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

 span { border-color: rgb(105,5,102); }

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