#660468

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

Shades of Purple #660468

Tints of Purple #660468

Color information

#660468 (or 0x660468) is unknown color: approx Purple. HEX triplet: 66, 04 and 68. RGB value is (102,4,104). Sum of RGB (Red+Green+Blue) = 102+4+104=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #660468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660468 is #99FB97. Grayscale: #2C2C2C. Windows color (decimal): -10091416 or 6816870. OLE color: 6816870.

HSL color Cylindrical-coordinate representation of color #660468: hue angle of 298.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660468 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1024104-
CMYK0.020.9600.59
HSL298.8º92.59%21.18%-
HSV(B)298.8º96.15%40.78%-
XYZ8.023.9113.43-
YUV44.7161.47168.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.57%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 104 (41.02% from 255) = 49.52%
R=48.57%
G=1.90%
B=49.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10241040.020.9600.59298.892.5921.18
Hex6646826003B12b5d15
Octal1464150214007345313525
Binary110011010011010001011000000111011100101011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660468; }

 p { color: rgb(102,4,104); }

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

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

 a { background-color: rgb(102,4,104); }

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

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

 span { border-color: rgb(102,4,104); }

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