Html Css Color HEX #64104C Tyrian Purple

📋 copy color: '#64104C'

red 100 ◦ green 16 ◦ blue 76

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

Shades of Tyrian Purple #64104C

Tints of Tyrian Purple #64104C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 39.58%

R = 52.08%
G = 8.33%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#64104C (or 0x64104C) is known color: Tyrian Purple. HEX triplet: 64, 10 and 4C. RGB value is (100,16,76). Sum of RGB (Red+Green+Blue) = 100+16+76=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #64104C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64104C is #9BEFB3. Grayscale: #2F2F2F. Windows color (decimal): -10219444 or 4984932. OLE color: 4984932.

HSL color Cylindrical-coordinate representation of color #64104C: hue angle of 317.14º 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 #64104C is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 16 76 -
CMYK 0 0.84 0.24 0.61
HSL 317.14º 0.72% 0.23% -
HSV(B) 317.14º 0.84% 0.39% -
XYZ 6.75 3.6 7.18 -
YUV 47.96 143.83 165.12 -
System Red Green Blue C M Y K H S L
Decimal 100 16 76 0 0.84 0.24 0.61 317.14 0.72 0.23
Hex 64 10 4C 0 54 18 3D 13D 48 17
Octal 144 20 114 0 124 30 75 475 110 27
Binary 1100100 10000 1001100 0 1010100 11000 111101 100111101 1001000 10111

Color Harmonies of #64104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64104C

Black with #64104C

Text Example


Text Example

White with #64104C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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