Html Css Color HEX #64113C Tyrian Purple

📋 copy color: '#64113C'

red 100 ◦ green 17 ◦ blue 60

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

Shades of Tyrian Purple #64113C

Tints of Tyrian Purple #64113C

RGB

 RED value IS 100 (39.45% from 255) = 56.5%

 GREEN value IS 17 (7.03% from 255) = 9.6%

 BLUE value IS 60 (23.83% from 255) = 33.9%

R = 56.5%
G = 9.6%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.4

 K value IS 0.61

RGB Variations

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

Color information

#64113C (or 0x64113C) is known color: Tyrian Purple. HEX triplet: 64, 11 and 3C. RGB value is (100,17,60). Sum of RGB (Red+Green+Blue) = 100+17+60=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #64113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64113C is #9BEEC3. Grayscale: #2E2E2E. Windows color (decimal): -10219204 or 3936612. OLE color: 3936612.

HSL color Cylindrical-coordinate representation of color #64113C: hue angle of 328.92º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #64113C is Cyan = 0, Magento = 0.83, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 17 60 -
CMYK 0 0.83 0.4 0.61
HSL 328.92º 0.71% 0.23% -
HSV(B) 328.92º 0.83% 0.39% -
XYZ 6.27 3.44 4.61 -
YUV 46.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 100 17 60 0 0.83 0.4 0.61 328.92 0.71 0.23
Hex 64 11 3C 0 53 28 3D 149 47 17
Octal 144 21 74 0 123 50 75 511 107 27
Binary 1100100 10001 111100 0 1010011 101000 111101 101001001 1000111 10111

Color Harmonies of #64113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64113C

Black with #64113C

Text Example


Text Example

White with #64113C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,17,60); }

 H1.HeaderClassName
 {
   color: #64113C;
 }
 .AnyTagClassName
 {
   color: #64113C;
 }
</style>

background-color css

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

 a { background-color: rgb(100,17,60); }

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

border-color css

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

 span { border-color: rgb(100,17,60); }

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