Html Css Color HEX #64104D Tyrian Purple

📋 copy color: '#64104D'

red 100 ◦ green 16 ◦ blue 77

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

Shades of Tyrian Purple #64104D

Tints of Tyrian Purple #64104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.29%

 BLUE value IS 77 (30.47% from 255) = 39.9%

R = 51.81%
G = 8.29%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#64104D (or 0x64104D) is known color: Tyrian Purple. HEX triplet: 64, 10 and 4D. RGB value is (100,16,77). Sum of RGB (Red+Green+Blue) = 100+16+77=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #64104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64104D is #9BEFB2. Grayscale: #2F2F2F. Windows color (decimal): -10219443 or 5050468. OLE color: 5050468.

HSL color Cylindrical-coordinate representation of color #64104D: hue angle of 316.43º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64104D is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 16 77 -
CMYK 0 0.84 0.23 0.61
HSL 316.43º 0.72% 0.23% -
HSV(B) 316.43º 0.84% 0.39% -
XYZ 6.78 3.62 7.36 -
YUV 48.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 100 16 77 0 0.84 0.23 0.61 316.43 0.72 0.23
Hex 64 10 4D 0 54 17 3D 13C 48 17
Octal 144 20 115 0 124 27 75 474 110 27
Binary 1100100 10000 1001101 0 1010100 10111 111101 100111100 1001000 10111

Color Harmonies of #64104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64104D

Black with #64104D

Text Example


Text Example

White with #64104D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,16,77); }

 H1.HeaderClassName
 {
   color: #64104D;
 }
 .AnyTagClassName
 {
   color: #64104D;
 }
</style>

background-color css

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

 a { background-color: rgb(100,16,77); }

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

border-color css

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

 span { border-color: rgb(100,16,77); }

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