#66032A

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

Shades of Tyrian Purple #66032A

Tints of Tyrian Purple #66032A

Color information

#66032A (or 0x66032A) is unknown color: approx Tyrian Purple. HEX triplet: 66, 03 and 2A. RGB value is (102,3,42). Sum of RGB (Red+Green+Blue) = 102+3+42=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #66032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66032A is #99FCD5. Grayscale: #242424. Windows color (decimal): -10091734 or 2753382. OLE color: 2753382.

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

Color convert

RGB102342-
CMYK00.970.590.6
HSL336.36º94.29%20.59%-
HSV(B)336.36º97.06%40%-
XYZ5.933.062.47-
YUV37.05130.8174.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 69.39%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=69.39%
G=2.04%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10234200.970.590.6336.3694.2920.59
Hex6632A0613B3C1505e15
Octal1463520141737452013625
Binary11001101110101001100001111011111100101010000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66032A; }

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

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

<style>
 a { background-color: #66032A; }

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

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

<style>
 span { border-color: #66032A; }

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

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