#66054D

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

Shades of Tyrian Purple #66054D

Tints of Tyrian Purple #66054D

Color information

#66054D (or 0x66054D) is unknown color: approx Tyrian Purple. HEX triplet: 66, 05 and 4D. RGB value is (102,5,77). Sum of RGB (Red+Green+Blue) = 102+5+77=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #66054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66054D is #99FAB2. Grayscale: #2A2A2A. Windows color (decimal): -10091187 or 5047654. OLE color: 5047654.

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

Color convert

RGB102577-
CMYK00.950.250.6
HSL315.46º90.65%20.98%-
HSV(B)315.46º95.1%40%-
XYZ6.873.477.33-
YUV42.21147.64170.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.43%
GREEN value IS 5 (2.34% from 255) = 2.72%
BLUE value IS 77 (30.47% from 255) = 41.85%
R=55.43%
G=2.72%
B=41.85%

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
Decimal10257700.950.250.6315.4690.6520.98
Hex6654D05F193C13b5b15
Octal14651150137317447313325
Binary110011010110011010101111111001111100100111011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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