#66033B

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

Shades of Tyrian Purple #66033B

Tints of Tyrian Purple #66033B

Color information

#66033B (or 0x66033B) is unknown color: approx Tyrian Purple. HEX triplet: 66, 03 and 3B. RGB value is (102,3,59). Sum of RGB (Red+Green+Blue) = 102+3+59=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #66033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66033B is #99FCC4. Grayscale: #262626. Windows color (decimal): -10091717 or 3867494. OLE color: 3867494.

HSL color Cylindrical-coordinate representation of color #66033B: hue angle of 326.06º 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 #66033B is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB102359-
CMYK00.970.420.6
HSL326.06º94.29%20.59%-
HSV(B)326.06º97.06%40%-
XYZ6.33.214.42-
YUV38.98139.3172.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.20%
GREEN value IS 3 (1.56% from 255) = 1.83%
BLUE value IS 59 (23.44% from 255) = 35.98%
R=62.20%
G=1.83%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10235900.970.420.6326.0694.2920.59
Hex6633B0612A3C1465e15
Octal1463730141527450613625
Binary11001101111101101100001101010111100101000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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