#64042F

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

Shades of Tyrian Purple #64042F

Tints of Tyrian Purple #64042F

Color information

#64042F (or 0x64042F) is unknown color: approx Tyrian Purple. HEX triplet: 64, 04 and 2F. RGB value is (100,4,47). Sum of RGB (Red+Green+Blue) = 100+4+47=151 (20% of max value = 765). Red value is 100 (39.45% from 255 or 66.23% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 100 - color contains mainly: red. Hex color #64042F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64042F is #9BFBD0. Grayscale: #252525. Windows color (decimal): -10222545 or 3081316. OLE color: 3081316.

HSL color Cylindrical-coordinate representation of color #64042F: hue angle of 333.12º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64042F is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB100447-
CMYK00.960.530.61
HSL333.12º92.31%20.39%-
HSV(B)333.12º96%39.22%-
XYZ5.8132.96-
YUV37.61133.3172.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 66.23%
GREEN value IS 4 (1.95% from 255) = 2.65%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=66.23%
G=2.65%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10044700.960.530.61333.1292.3120.39
Hex6442F060353D14d5c14
Octal1444570140657551513424
Binary110010010010111101100000110101111101101001101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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