#64042B

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

Shades of Tyrian Purple #64042B

Tints of Tyrian Purple #64042B

Color information

#64042B (or 0x64042B) is unknown color: approx Tyrian Purple. HEX triplet: 64, 04 and 2B. RGB value is (100,4,43). Sum of RGB (Red+Green+Blue) = 100+4+43=147 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.03% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 100 - color contains mainly: red. Hex color #64042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64042B is #9BFBD4. Grayscale: #252525. Windows color (decimal): -10222549 or 2819172. OLE color: 2819172.

HSL color Cylindrical-coordinate representation of color #64042B: hue angle of 335.62º 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 #64042B is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB100443-
CMYK00.960.570.61
HSL335.62º92.31%20.39%-
HSV(B)335.62º96%39.22%-
XYZ5.732.972.56-
YUV37.15131.3172.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 68.03%
GREEN value IS 4 (1.95% from 255) = 2.72%
BLUE value IS 43 (17.19% from 255) = 29.25%
R=68.03%
G=2.72%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10044300.960.570.61335.6292.3120.39
Hex6442B060393D1505c14
Octal1444530140717552013424
Binary110010010010101101100000111001111101101010000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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