#66043D

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

Shades of Tyrian Purple #66043D

Tints of Tyrian Purple #66043D

Color information

#66043D (or 0x66043D) is unknown color: approx Tyrian Purple. HEX triplet: 66, 04 and 3D. RGB value is (102,4,61). Sum of RGB (Red+Green+Blue) = 102+4+61=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #66043D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66043D is #99FBC2. Grayscale: #272727. Windows color (decimal): -10091459 or 3998822. OLE color: 3998822.

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

Color convert

RGB102461-
CMYK00.960.400.6
HSL325.1º92.45%20.78%-
HSV(B)325.1º96.08%40%-
XYZ6.373.254.71-
YUV39.8139.97172.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.08%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 61 (24.22% from 255) = 36.53%
R=61.08%
G=2.40%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10246100.960.400.6325.192.4520.78
Hex6643D060283C1455c15
Octal1464750140507450513425
Binary110011010011110101100000101000111100101000101101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66043D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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