#66087A

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

Shades of Purple #66087A

Tints of Purple #66087A

Color information

#66087A (or 0x66087A) is unknown color: approx Purple. HEX triplet: 66, 08 and 7A. RGB value is (102,8,122). Sum of RGB (Red+Green+Blue) = 102+8+122=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #66087A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66087A is #99F785. Grayscale: #303030. Windows color (decimal): -10090374 or 7997542. OLE color: 7997542.

HSL color Cylindrical-coordinate representation of color #66087A: hue angle of 289.47º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66087A is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1028122-
CMYK0.160.9300.52
HSL289.47º87.69%25.49%-
HSV(B)289.47º93.44%47.84%-
XYZ9.084.418.78-
YUV49.1169.14165.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.97%
GREEN value IS 8 (3.52% from 255) = 3.45%
BLUE value IS 122 (48.05% from 255) = 52.59%
R=43.97%
G=3.45%
B=52.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10281220.160.9300.52289.4787.6925.49
Hex6687A105D0341215819
Octal146101722013506444113031
Binary1100110100011110101000010111010110100100100001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66087A; }

 p { color: rgb(102,8,122); }

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

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

 a { background-color: rgb(102,8,122); }

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

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

 span { border-color: rgb(102,8,122); }

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