#660669

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

Shades of Purple #660669

Tints of Purple #660669

Color information

#660669 (or 0x660669) is unknown color: approx Purple. HEX triplet: 66, 06 and 69. RGB value is (102,6,105). Sum of RGB (Red+Green+Blue) = 102+6+105=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #660669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660669 is #99F996. Grayscale: #2D2D2D. Windows color (decimal): -10090903 or 6882918. OLE color: 6882918.

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

Color convert

RGB1026105-
CMYK0.030.9400.59
HSL298.18º89.19%21.76%-
HSV(B)298.18º94.29%41.18%-
XYZ8.093.9713.71-
YUV45.99161.3167.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.89%
GREEN value IS 6 (2.73% from 255) = 2.82%
BLUE value IS 105 (41.41% from 255) = 49.30%
R=47.89%
G=2.82%
B=49.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10261050.030.9400.59298.1889.1921.76
Hex6666935E03B12a5916
Octal1466151313607345213126
Binary110011011011010011110111100111011100101010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660669; }

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

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

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

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

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

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

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

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