Html Css Color HEX #640449 Tyrian Purple

📋 copy color: '#640449'

red 100 ◦ green 4 ◦ blue 73

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

Shades of Tyrian Purple #640449

Tints of Tyrian Purple #640449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.26%

 BLUE value IS 73 (28.91% from 255) = 41.24%

R = 56.5%
G = 2.26%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#640449 (or 0x640449) is known color: Tyrian Purple. HEX triplet: 64, 04 and 49. RGB value is (100,4,73). Sum of RGB (Red+Green+Blue) = 100+4+73=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #640449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640449 is #9BFBB6. Grayscale: #282828. Windows color (decimal): -10222519 or 4785252. OLE color: 4785252.

HSL color Cylindrical-coordinate representation of color #640449: hue angle of 316.88º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640449 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 4 73 -
CMYK 0 0.96 0.27 0.61
HSL 316.88º 0.92% 0.2% -
HSV(B) 316.88º 0.96% 0.39% -
XYZ 6.5 3.28 6.59 -
YUV 40.57 146.3 170.39 -
System Red Green Blue C M Y K H S L
Decimal 100 4 73 0 0.96 0.27 0.61 316.88 0.92 0.2
Hex 64 4 49 0 60 1B 3D 13D 5C 14
Octal 144 4 111 0 140 33 75 475 134 24
Binary 1100100 100 1001001 0 1100000 11011 111101 100111101 1011100 10100

Color Harmonies of #640449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640449

Black with #640449

Text Example


Text Example

White with #640449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640449; }

 p { color: rgb(100,4,73); }

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

background-color css

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

 a { background-color: rgb(100,4,73); }

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

border-color css

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

 span { border-color: rgb(100,4,73); }

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