#66033C

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

Shades of Tyrian Purple #66033C

Tints of Tyrian Purple #66033C

Color information

#66033C (or 0x66033C) is unknown color: approx Tyrian Purple. HEX triplet: 66, 03 and 3C. RGB value is (102,3,60). Sum of RGB (Red+Green+Blue) = 102+3+60=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #66033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66033C is #99FCC3. Grayscale: #262626. Windows color (decimal): -10091716 or 3933030. OLE color: 3933030.

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

Color convert

RGB102360-
CMYK00.970.410.6
HSL325.45º94.29%20.59%-
HSV(B)325.45º97.06%40%-
XYZ6.333.224.56-
YUV39.1139.8172.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.82%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 60 (23.83% from 255) = 36.36%
R=61.82%
G=1.82%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10236000.970.410.6325.4594.2920.59
Hex6633C061293C1455e15
Octal1463740141517450513625
Binary11001101111110001100001101001111100101000101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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