#66033E

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

Shades of Tyrian Purple #66033E

Tints of Tyrian Purple #66033E

Color information

#66033E (or 0x66033E) is unknown color: approx Tyrian Purple. HEX triplet: 66, 03 and 3E. RGB value is (102,3,62). Sum of RGB (Red+Green+Blue) = 102+3+62=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #66033E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66033E is #99FCC1. Grayscale: #272727. Windows color (decimal): -10091714 or 4064102. OLE color: 4064102.

HSL color Cylindrical-coordinate representation of color #66033E: hue angle of 324.24º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66033E is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.6.

Color convert

RGB102362-
CMYK00.970.390.6
HSL324.24º94.29%20.59%-
HSV(B)324.24º97.06%40%-
XYZ6.383.244.85-
YUV39.33140.8172.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.08%
GREEN value IS 3 (1.56% from 255) = 1.80%
BLUE value IS 62 (24.61% from 255) = 37.13%
R=61.08%
G=1.80%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10236200.970.390.6324.2494.2920.59
Hex6633E061273C1445e15
Octal1463760141477450413625
Binary11001101111111001100001100111111100101000100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66033E; }

 p { color: rgb(102,3,62); }

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

<style>
 a { background-color: #66033E; }

 a { background-color: rgb(102,3,62); }

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

<style>
 span { border-color: #66033E; }

 span { border-color: rgb(102,3,62); }

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