#64022D

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

Shades of Tyrian Purple #64022D

Tints of Tyrian Purple #64022D

Color information

#64022D (or 0x64022D) is unknown color: approx Tyrian Purple. HEX triplet: 64, 02 and 2D. RGB value is (100,2,45). Sum of RGB (Red+Green+Blue) = 100+2+45=147 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.03% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 100 - color contains mainly: red. Hex color #64022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64022D is #9BFDD2. Grayscale: #242424. Windows color (decimal): -10223059 or 2949732. OLE color: 2949732.

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

Color convert

RGB100245-
CMYK00.980.550.61
HSL333.67º96.08%20%-
HSV(B)333.67º98%39.22%-
XYZ5.752.942.75-
YUV36.2132.97173.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 68.03%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 45 (17.97% from 255) = 30.61%
R=68.03%
G=1.36%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10024500.980.550.61333.6796.0820
Hex6422D062373D14e6014
Octal1442550142677551614024
Binary11001001010110101100010110111111101101001110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,2,45); }

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

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

 a { background-color: rgb(100,2,45); }

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

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

 span { border-color: rgb(100,2,45); }

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