#66002C

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

Shades of Tyrian Purple #66002C

Tints of Tyrian Purple #66002C

Color information

#66002C (or 0x66002C) is unknown color: approx Tyrian Purple. HEX triplet: 66, 00 and 2C. RGB value is (102,0,44). Sum of RGB (Red+Green+Blue) = 102+0+44=146 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.86% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 102 - color contains mainly: red. Hex color #66002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66002C is #99FFD3. Grayscale: #232323. Windows color (decimal): -10092500 or 2883686. OLE color: 2883686.

HSL color Cylindrical-coordinate representation of color #66002C: hue angle of 334.12º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66002C is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB102044-
CMYK010.570.6
HSL334.12º100%20%-
HSV(B)334.12º100%40%-
XYZ5.933.012.65-
YUV35.51132.79175.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 69.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=69.86%
G=0%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102044010.570.6334.1210020
Hex6602C064393C14e6414
Octal1460540144717451614424
Binary1100110010110001100100111001111100101001110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,0,44); }

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

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

 a { background-color: rgb(102,0,44); }

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

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

 span { border-color: rgb(102,0,44); }

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