#66002D

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

Shades of Tyrian Purple #66002D

Tints of Tyrian Purple #66002D

Color information

#66002D (or 0x66002D) is unknown color: approx Tyrian Purple. HEX triplet: 66, 00 and 2D. RGB value is (102,0,45). Sum of RGB (Red+Green+Blue) = 102+0+45=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #66002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66002D is #99FFD2. Grayscale: #232323. Windows color (decimal): -10092499 or 2949222. OLE color: 2949222.

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

Color convert

RGB102045-
CMYK010.560.6
HSL333.53º100%20%-
HSV(B)333.53º100%40%-
XYZ5.953.012.75-
YUV35.63133.29175.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 69.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 30.61%
R=69.39%
G=0%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102045010.560.6333.5310020
Hex6602D064383C14e6414
Octal1460550144707451614424
Binary1100110010110101100100111000111100101001110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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