#66032B

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

Shades of Tyrian Purple #66032B

Tints of Tyrian Purple #66032B

Color information

#66032B (or 0x66032B) is unknown color: approx Tyrian Purple. HEX triplet: 66, 03 and 2B. RGB value is (102,3,43). Sum of RGB (Red+Green+Blue) = 102+3+43=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #66032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66032B is #99FCD4. Grayscale: #252525. Windows color (decimal): -10091733 or 2818918. OLE color: 2818918.

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

Color convert

RGB102343-
CMYK00.970.580.6
HSL335.76º94.29%20.59%-
HSV(B)335.76º97.06%40%-
XYZ5.953.062.56-
YUV37.16131.3174.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.92%
GREEN value IS 3 (1.56% from 255) = 2.03%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=68.92%
G=2.03%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10234300.970.580.6335.7694.2920.59
Hex6632B0613A3C1505e15
Octal1463530141727452013625
Binary11001101110101101100001111010111100101010000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66032B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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