#66054A

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

Shades of Tyrian Purple #66054A

Tints of Tyrian Purple #66054A

Color information

#66054A (or 0x66054A) is unknown color: approx Tyrian Purple. HEX triplet: 66, 05 and 4A. RGB value is (102,5,74). Sum of RGB (Red+Green+Blue) = 102+5+74=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #66054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66054A is #99FAB5. Grayscale: #292929. Windows color (decimal): -10091190 or 4851046. OLE color: 4851046.

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

Color convert

RGB102574-
CMYK00.950.270.6
HSL317.32º90.65%20.98%-
HSV(B)317.32º95.1%40%-
XYZ6.773.436.78-
YUV41.87146.14170.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.35%
GREEN value IS 5 (2.34% from 255) = 2.76%
BLUE value IS 74 (29.30% from 255) = 40.88%
R=56.35%
G=2.76%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10257400.950.270.6317.3290.6520.98
Hex6654A05F1B3C13d5b15
Octal14651120137337447513325
Binary110011010110010100101111111011111100100111101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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