Html Css Color HEX #64012C Tyrian Purple

📋 copy color: '#64012C'

red 100 ◦ green 1 ◦ blue 44

#64012C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #64012C

Tints of Tyrian Purple #64012C

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 value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#64012C (or 0x64012C) is known color: 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

RGB 100 1 44 -
CMYK 0 0.99 0.56 0.61
HSL 333.94º 0.98% 0.2% -
HSV(B) 333.94º 0.99% 0.39% -
XYZ 5.72 2.91 2.64 -
YUV 35.5 132.8 174 -
System Red Green Blue C M Y K H S L
Decimal 100 1 44 0 0.99 0.56 0.61 333.94 0.98 0.2
Hex 64 1 2C 0 63 38 3D 14E 62 14
Octal 144 1 54 0 143 70 75 516 142 24
Binary 1100100 1 101100 0 1100011 111000 111101 101001110 1100010 10100

Color Harmonies of #64012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64012C

Black with #64012C

Text Example


Text Example

White with #64012C

Text Example


Text Example

HTML Codes & Css Web 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>