Html Css Color HEX #640349 Tyrian Purple

📋 copy color: '#640349'

red 100 ◦ green 3 ◦ blue 73

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

Shades of Tyrian Purple #640349

Tints of Tyrian Purple #640349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.7%

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

R = 56.82%
G = 1.7%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#640349 (or 0x640349) is known color: Tyrian Purple. HEX triplet: 64, 03 and 49. RGB value is (100,3,73). Sum of RGB (Red+Green+Blue) = 100+3+73=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #640349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640349 is #9BFCB6. Grayscale: #272727. Windows color (decimal): -10222775 or 4784996. OLE color: 4784996.

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

Color convert

RGB 100 3 73 -
CMYK 0 0.97 0.27 0.61
HSL 316.7º 0.94% 0.2% -
HSV(B) 316.7º 0.97% 0.39% -
XYZ 6.49 3.26 6.59 -
YUV 39.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 100 3 73 0 0.97 0.27 0.61 316.7 0.94 0.2
Hex 64 3 49 0 61 1B 3D 13D 5E 14
Octal 144 3 111 0 141 33 75 475 136 24
Binary 1100100 11 1001001 0 1100001 11011 111101 100111101 1011110 10100

Color Harmonies of #640349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640349

Black with #640349

Text Example


Text Example

White with #640349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640349; }

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

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

background-color css

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

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

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

border-color css

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

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

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