#64052E

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

Shades of Tyrian Purple #64052E

Tints of Tyrian Purple #64052E

Color information

#64052E (or 0x64052E) is unknown color: approx Tyrian Purple. HEX triplet: 64, 05 and 2E. RGB value is (100,5,46). Sum of RGB (Red+Green+Blue) = 100+5+46=151 (20% of max value = 765). Red value is 100 (39.45% from 255 or 66.23% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 100 - color contains mainly: red. Hex color #64052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64052E is #9BFAD1. Grayscale: #262626. Windows color (decimal): -10222290 or 3016036. OLE color: 3016036.

HSL color Cylindrical-coordinate representation of color #64052E: hue angle of 334.11º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64052E is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB100546-
CMYK00.950.540.61
HSL334.11º90.48%20.59%-
HSV(B)334.11º95%39.22%-
XYZ5.83.022.86-
YUV38.08132.47172.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 66.23%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=66.23%
G=3.31%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10054600.950.540.61334.1190.4820.59
Hex6452E05F363D14e5a15
Octal1445560137667551613225
Binary110010010110111001011111110110111101101001110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,5,46); }

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

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

 a { background-color: rgb(100,5,46); }

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

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

 span { border-color: rgb(100,5,46); }

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