#66043C

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

Shades of Tyrian Purple #66043C

Tints of Tyrian Purple #66043C

Color information

#66043C (or 0x66043C) is unknown color: approx Tyrian Purple. HEX triplet: 66, 04 and 3C. RGB value is (102,4,60). Sum of RGB (Red+Green+Blue) = 102+4+60=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #66043C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66043C is #99FBC3. Grayscale: #272727. Windows color (decimal): -10091460 or 3933286. OLE color: 3933286.

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

Color convert

RGB102460-
CMYK00.960.410.6
HSL325.71º92.45%20.78%-
HSV(B)325.71º96.08%40%-
XYZ6.343.244.57-
YUV39.69139.47172.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.45%
GREEN value IS 4 (1.95% from 255) = 2.41%
BLUE value IS 60 (23.83% from 255) = 36.14%
R=61.45%
G=2.41%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10246000.960.410.6325.7192.4520.78
Hex6643C060293C1465c15
Octal1464740140517450613425
Binary110011010011110001100000101001111100101000110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66043C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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