#66022C

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

Shades of Tyrian Purple #66022C

Tints of Tyrian Purple #66022C

Color information

#66022C (or 0x66022C) is unknown color: approx Tyrian Purple. HEX triplet: 66, 02 and 2C. RGB value is (102,2,44). Sum of RGB (Red+Green+Blue) = 102+2+44=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #66022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66022C is #99FDD3. Grayscale: #242424. Windows color (decimal): -10091988 or 2884198. OLE color: 2884198.

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

Color convert

RGB102244-
CMYK00.980.570.6
HSL334.8º96.15%20.39%-
HSV(B)334.8º98.04%40%-
XYZ5.963.052.66-
YUV36.69132.13174.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.92%
GREEN value IS 2 (1.17% from 255) = 1.35%
BLUE value IS 44 (17.58% from 255) = 29.73%
R=68.92%
G=1.35%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10224400.980.570.6334.896.1520.39
Hex6622C062393C14f6014
Octal1462540142717451714024
Binary11001101010110001100010111001111100101001111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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