Html Css Color HEX #64113A Tyrian Purple

📋 copy color: '#64113A'

red 100 ◦ green 17 ◦ blue 58

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

Shades of Tyrian Purple #64113A

Tints of Tyrian Purple #64113A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 33.14%

R = 57.14%
G = 9.71%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.61

RGB Variations

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

Color information

#64113A (or 0x64113A) is known color: Tyrian Purple. HEX triplet: 64, 11 and 3A. RGB value is (100,17,58). Sum of RGB (Red+Green+Blue) = 100+17+58=175 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.14% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 100 - color contains mainly: red. Hex color #64113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64113A is #9BEEC5. Grayscale: #2E2E2E. Windows color (decimal): -10219206 or 3805540. OLE color: 3805540.

HSL color Cylindrical-coordinate representation of color #64113A: hue angle of 330.36º 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 #64113A is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 17 58 -
CMYK 0 0.83 0.42 0.61
HSL 330.36º 0.71% 0.23% -
HSV(B) 330.36º 0.83% 0.39% -
XYZ 6.22 3.42 4.33 -
YUV 46.49 134.5 166.17 -
System Red Green Blue C M Y K H S L
Decimal 100 17 58 0 0.83 0.42 0.61 330.36 0.71 0.23
Hex 64 11 3A 0 53 2A 3D 14A 47 17
Octal 144 21 72 0 123 52 75 512 107 27
Binary 1100100 10001 111010 0 1010011 101010 111101 101001010 1000111 10111

Color Harmonies of #64113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64113A

Black with #64113A

Text Example


Text Example

White with #64113A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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