#66054C

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

Shades of Tyrian Purple #66054C

Tints of Tyrian Purple #66054C

Color information

#66054C (or 0x66054C) is unknown color: approx Tyrian Purple. HEX triplet: 66, 05 and 4C. RGB value is (102,5,76). Sum of RGB (Red+Green+Blue) = 102+5+76=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66054C is #99FAB3. Grayscale: #292929. Windows color (decimal): -10091188 or 4982118. OLE color: 4982118.

HSL color Cylindrical-coordinate representation of color #66054C: hue angle of 316.08º 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 #66054C is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB102576-
CMYK00.950.250.6
HSL316.08º90.65%20.98%-
HSV(B)316.08º95.1%40%-
XYZ6.843.467.14-
YUV42.1147.14170.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 5 (2.34% from 255) = 2.73%
BLUE value IS 76 (30.08% from 255) = 41.53%
R=55.74%
G=2.73%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10257600.950.250.6316.0890.6520.98
Hex6654C05F193C13c5b15
Octal14651140137317447413325
Binary110011010110011000101111111001111100100111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66054C; }

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

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

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

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

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

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

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

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