#66032F

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

Shades of Tyrian Purple #66032F

Tints of Tyrian Purple #66032F

Color information

#66032F (or 0x66032F) is unknown color: approx Tyrian Purple. HEX triplet: 66, 03 and 2F. RGB value is (102,3,47). Sum of RGB (Red+Green+Blue) = 102+3+47=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #66032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66032F is #99FCD0. Grayscale: #252525. Windows color (decimal): -10091729 or 3081062. OLE color: 3081062.

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

Color convert

RGB102347-
CMYK00.970.540.6
HSL333.33º94.29%20.59%-
HSV(B)333.33º97.06%40%-
XYZ6.033.12.97-
YUV37.62133.3173.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.11%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 47 (18.75% from 255) = 30.92%
R=67.11%
G=1.97%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10234700.970.540.6333.3394.2920.59
Hex6632F061363C14d5e15
Octal1463570141667451513625
Binary11001101110111101100001110110111100101001101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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