Html Css Color HEX #64064D Tyrian Purple

📋 copy color: '#64064D'

red 100 ◦ green 6 ◦ blue 77

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

Shades of Tyrian Purple #64064D

Tints of Tyrian Purple #64064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.28%

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

R = 54.64%
G = 3.28%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#64064D (or 0x64064D) is known color: Tyrian Purple. HEX triplet: 64, 06 and 4D. RGB value is (100,6,77). Sum of RGB (Red+Green+Blue) = 100+6+77=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #64064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64064D is #9BF9B2. Grayscale: #2A2A2A. Windows color (decimal): -10222003 or 5047908. OLE color: 5047908.

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

Color convert

RGB 100 6 77 -
CMYK 0 0.94 0.23 0.61
HSL 314.68º 0.89% 0.21% -
HSV(B) 314.68º 0.94% 0.39% -
XYZ 6.66 3.38 7.32 -
YUV 42.2 147.64 169.23 -
System Red Green Blue C M Y K H S L
Decimal 100 6 77 0 0.94 0.23 0.61 314.68 0.89 0.21
Hex 64 6 4D 0 5E 17 3D 13B 59 15
Octal 144 6 115 0 136 27 75 473 131 25
Binary 1100100 110 1001101 0 1011110 10111 111101 100111011 1011001 10101

Color Harmonies of #64064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64064D

Black with #64064D

Text Example


Text Example

White with #64064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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