#64012C

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

Shades of Tyrian Purple #64012C

Tints of Tyrian Purple #64012C

Color information

#64012C (or 0x64012C) is unknown color: approx Tyrian Purple. HEX triplet: 64, 01 and 2C. RGB value is (100,1,44). Sum of RGB (Red+Green+Blue) = 100+1+44=145 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.97% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 100 - color contains mainly: red. Hex color #64012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64012C is #9BFED3. Grayscale: #232323. Windows color (decimal): -10223316 or 2883940. OLE color: 2883940.

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

Color convert

RGB100144-
CMYK00.990.560.61
HSL333.94º98.02%19.8%-
HSV(B)333.94º99%39.22%-
XYZ5.722.912.64-
YUV35.5132.8174-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 68.97%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 44 (17.58% from 255) = 30.34%
R=68.97%
G=0.69%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10014400.990.560.61333.9498.0219.8
Hex6412C063383D14e6214
Octal1441540143707551614224
Binary1100100110110001100011111000111101101001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64012C; }

 p { color: rgb(100,1,44); }

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

<style>
 a { background-color: #64012C; }

 a { background-color: rgb(100,1,44); }

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

<style>
 span { border-color: #64012C; }

 span { border-color: rgb(100,1,44); }

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