#64052F

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

Shades of Tyrian Purple #64052F

Tints of Tyrian Purple #64052F

Color information

#64052F (or 0x64052F) is unknown color: approx Tyrian Purple. HEX triplet: 64, 05 and 2F. RGB value is (100,5,47). Sum of RGB (Red+Green+Blue) = 100+5+47=152 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.79% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 100 - color contains mainly: red. Hex color #64052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64052F is #9BFAD0. Grayscale: #262626. Windows color (decimal): -10222289 or 3081572. OLE color: 3081572.

HSL color Cylindrical-coordinate representation of color #64052F: hue angle of 333.47º 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 #64052F is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB100547-
CMYK00.950.530.61
HSL333.47º90.48%20.59%-
HSV(B)333.47º95%39.22%-
XYZ5.823.022.97-
YUV38.19132.97172.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 65.79%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 47 (18.75% from 255) = 30.92%
R=65.79%
G=3.29%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10054700.950.530.61333.4790.4820.59
Hex6452F05F353D14d5a15
Octal1445570137657551513225
Binary110010010110111101011111110101111101101001101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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