#660556

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

Shades of Tyrian Purple #660556

Tints of Tyrian Purple #660556

Color information

#660556 (or 0x660556) is unknown color: approx Tyrian Purple. HEX triplet: 66, 05 and 56. RGB value is (102,5,86). Sum of RGB (Red+Green+Blue) = 102+5+86=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #660556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660556 is #99FAA9. Grayscale: #2B2B2B. Windows color (decimal): -10091178 or 5637478. OLE color: 5637478.

HSL color Cylindrical-coordinate representation of color #660556: hue angle of 309.9º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660556 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB102586-
CMYK00.950.160.6
HSL309.9º90.65%20.98%-
HSV(B)309.9º95.1%40%-
XYZ7.213.619.12-
YUV43.24152.14169.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.85%
GREEN value IS 5 (2.34% from 255) = 2.59%
BLUE value IS 86 (33.98% from 255) = 44.56%
R=52.85%
G=2.59%
B=44.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10258600.950.160.6309.990.6520.98
Hex6655605F103C1365b15
Octal14651260137207446613325
Binary110011010110101100101111110000111100100110110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660556; }

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

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

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

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

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

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

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

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