Html Css Color HEX #640B49 Tyrian Purple

📋 copy color: '#640B49'

red 100 ◦ green 11 ◦ blue 73

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

Shades of Tyrian Purple #640B49

Tints of Tyrian Purple #640B49

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.98%

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

R = 54.35%
G = 5.98%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#640B49 (or 0x640B49) is known color: Tyrian Purple. HEX triplet: 64, 0B and 49. RGB value is (100,11,73). Sum of RGB (Red+Green+Blue) = 100+11+73=184 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.35% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 100 - color contains mainly: red. Hex color #640B49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640B49 is #9BF4B6. Grayscale: #2C2C2C. Windows color (decimal): -10220727 or 4787044. OLE color: 4787044.

HSL color Cylindrical-coordinate representation of color #640B49: hue angle of 318.2º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #640B49 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 11 73 -
CMYK 0 0.89 0.27 0.61
HSL 318.2º 0.8% 0.22% -
HSV(B) 318.2º 0.89% 0.39% -
XYZ 6.58 3.43 6.62 -
YUV 44.68 143.99 167.46 -
System Red Green Blue C M Y K H S L
Decimal 100 11 73 0 0.89 0.27 0.61 318.2 0.8 0.22
Hex 64 B 49 0 59 1B 3D 13E 50 16
Octal 144 13 111 0 131 33 75 476 120 26
Binary 1100100 1011 1001001 0 1011001 11011 111101 100111110 1010000 10110

Color Harmonies of #640B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640B49

Black with #640B49

Text Example


Text Example

White with #640B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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