#66042A

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

Shades of Tyrian Purple #66042A

Tints of Tyrian Purple #66042A

Color information

#66042A (or 0x66042A) is unknown color: approx Tyrian Purple. HEX triplet: 66, 04 and 2A. RGB value is (102,4,42). Sum of RGB (Red+Green+Blue) = 102+4+42=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #66042A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66042A is #99FBD5. Grayscale: #252525. Windows color (decimal): -10091478 or 2753638. OLE color: 2753638.

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

Color convert

RGB102442-
CMYK00.960.590.6
HSL336.73º92.45%20.78%-
HSV(B)336.73º96.08%40%-
XYZ5.943.082.47-
YUV37.63130.47173.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.92%
GREEN value IS 4 (1.95% from 255) = 2.70%
BLUE value IS 42 (16.80% from 255) = 28.38%
R=68.92%
G=2.70%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10244200.960.590.6336.7392.4520.78
Hex6642A0603B3C1515c15
Octal1464520140737452113425
Binary110011010010101001100000111011111100101010001101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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