#660569

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

Shades of Purple #660569

Tints of Purple #660569

Color information

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

HSL color Cylindrical-coordinate representation of color #660569: hue angle of 298.2º 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 #660569 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1025105-
CMYK0.030.9500.59
HSL298.2º90.91%21.57%-
HSV(B)298.2º95.24%41.18%-
XYZ8.083.9513.7-
YUV45.4161.64168.37-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10251050.030.9500.59298.290.9121.57
Hex6656935F03B12a5b16
Octal1465151313707345213326
Binary110011010111010011110111110111011100101010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660569; }

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

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

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

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

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

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

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

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