Html Css Color HEX #64104F Tyrian Purple

📋 copy color: '#64104F'

red 100 ◦ green 16 ◦ blue 79

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

Shades of Tyrian Purple #64104F

Tints of Tyrian Purple #64104F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 40.51%

R = 51.28%
G = 8.21%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#64104F (or 0x64104F) is known color: Tyrian Purple. HEX triplet: 64, 10 and 4F. RGB value is (100,16,79). Sum of RGB (Red+Green+Blue) = 100+16+79=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #64104F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64104F is #9BEFB0. Grayscale: #303030. Windows color (decimal): -10219441 or 5181540. OLE color: 5181540.

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

Color convert

RGB 100 16 79 -
CMYK 0 0.84 0.21 0.61
HSL 315º 0.72% 0.23% -
HSV(B) 315º 0.84% 0.39% -
XYZ 6.85 3.64 7.74 -
YUV 48.3 145.33 164.88 -
System Red Green Blue C M Y K H S L
Decimal 100 16 79 0 0.84 0.21 0.61 315 0.72 0.23
Hex 64 10 4F 0 54 15 3D 13B 48 17
Octal 144 20 117 0 124 25 75 473 110 27
Binary 1100100 10000 1001111 0 1010100 10101 111101 100111011 1001000 10111

Color Harmonies of #64104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64104F

Black with #64104F

Text Example


Text Example

White with #64104F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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