#66042E

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

Shades of Tyrian Purple #66042E

Tints of Tyrian Purple #66042E

Color information

#66042E (or 0x66042E) is unknown color: approx Tyrian Purple. HEX triplet: 66, 04 and 2E. RGB value is (102,4,46). Sum of RGB (Red+Green+Blue) = 102+4+46=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #66042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66042E is #99FBD1. Grayscale: #262626. Windows color (decimal): -10091474 or 3015782. OLE color: 3015782.

HSL color Cylindrical-coordinate representation of color #66042E: hue angle of 334.29º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66042E is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB102446-
CMYK00.960.550.6
HSL334.29º92.45%20.78%-
HSV(B)334.29º96.08%40%-
XYZ6.023.112.87-
YUV38.09132.47173.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.11%
GREEN value IS 4 (1.95% from 255) = 2.63%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=67.11%
G=2.63%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10244600.960.550.6334.2992.4520.78
Hex6642E060373C14e5c15
Octal1464560140677451613425
Binary110011010010111001100000110111111100101001110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66042E; }

 p { color: rgb(102,4,46); }

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

<style>
 a { background-color: #66042E; }

 a { background-color: rgb(102,4,46); }

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

<style>
 span { border-color: #66042E; }

 span { border-color: rgb(102,4,46); }

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