#66043B

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

Shades of Tyrian Purple #66043B

Tints of Tyrian Purple #66043B

Color information

#66043B (or 0x66043B) is unknown color: approx Tyrian Purple. HEX triplet: 66, 04 and 3B. RGB value is (102,4,59). Sum of RGB (Red+Green+Blue) = 102+4+59=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #66043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66043B is #99FBC4. Grayscale: #272727. Windows color (decimal): -10091461 or 3867750. OLE color: 3867750.

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

Color convert

RGB102459-
CMYK00.960.420.6
HSL326.33º92.45%20.78%-
HSV(B)326.33º96.08%40%-
XYZ6.313.234.43-
YUV39.57138.97172.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.82%
GREEN value IS 4 (1.95% from 255) = 2.42%
BLUE value IS 59 (23.44% from 255) = 35.76%
R=61.82%
G=2.42%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10245900.960.420.6326.3392.4520.78
Hex6643B0602A3C1465c15
Octal1464730140527450613425
Binary110011010011101101100000101010111100101000110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66043B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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