Html Css Color HEX #640249 Tyrian Purple

📋 copy color: '#640249'

red 100 ◦ green 2 ◦ blue 73

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

Shades of Tyrian Purple #640249

Tints of Tyrian Purple #640249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

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

R = 57.14%
G = 1.14%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#640249 (or 0x640249) is known color: Tyrian Purple. HEX triplet: 64, 02 and 49. RGB value is (100,2,73). Sum of RGB (Red+Green+Blue) = 100+2+73=175 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.14% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 100 - color contains mainly: red. Hex color #640249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640249 is #9BFDB6. Grayscale: #272727. Windows color (decimal): -10223031 or 4784740. OLE color: 4784740.

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

Color convert

RGB 100 2 73 -
CMYK 0 0.98 0.27 0.61
HSL 316.53º 0.96% 0.2% -
HSV(B) 316.53º 0.98% 0.39% -
XYZ 6.48 3.23 6.59 -
YUV 39.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 100 2 73 0 0.98 0.27 0.61 316.53 0.96 0.2
Hex 64 2 49 0 62 1B 3D 13D 60 14
Octal 144 2 111 0 142 33 75 475 140 24
Binary 1100100 10 1001001 0 1100010 11011 111101 100111101 1100000 10100

Color Harmonies of #640249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640249

Black with #640249

Text Example


Text Example

White with #640249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640249; }

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

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

background-color css

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

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

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

border-color css

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

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

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