#660467

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

Shades of Purple #660467

Tints of Purple #660467

Color information

#660467 (or 0x660467) is unknown color: approx Purple. HEX triplet: 66, 04 and 67. RGB value is (102,4,103). Sum of RGB (Red+Green+Blue) = 102+4+103=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: blue. Hex color #660467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660467 is #99FB98. Grayscale: #2C2C2C. Windows color (decimal): -10091417 or 6751334. OLE color: 6751334.

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

Color convert

RGB1024103-
CMYK0.010.9600.60
HSL299.39º92.52%20.98%-
HSV(B)299.39º96.12%40.39%-
XYZ7.973.8913.16-
YUV44.59160.97168.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 4 (1.95% from 255) = 1.91%
BLUE value IS 103 (40.62% from 255) = 49.28%
R=48.80%
G=1.91%
B=49.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10241030.010.9600.60299.3992.5220.98
Hex6646716003C12b5d15
Octal1464147114007445313525
Binary11001101001100111111000000111100100101011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660467; }

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

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

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

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

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

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

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

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