Html Css Color HEX #640551 Tyrian Purple

📋 copy color: '#640551'

red 100 ◦ green 5 ◦ blue 81

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

Shades of Tyrian Purple #640551

Tints of Tyrian Purple #640551

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

 BLUE value IS 81 (32.03% from 255) = 43.55%

R = 53.76%
G = 2.69%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#640551 (or 0x640551) is known color: Tyrian Purple. HEX triplet: 64, 05 and 51. RGB value is (100,5,81). Sum of RGB (Red+Green+Blue) = 100+5+81=186 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.76% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 100 - color contains mainly: red. Hex color #640551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640551 is #9BFAAE. Grayscale: #292929. Windows color (decimal): -10222255 or 5309796. OLE color: 5309796.

HSL color Cylindrical-coordinate representation of color #640551: hue angle of 312º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640551 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 5 81 -
CMYK 0 0.95 0.19 0.61
HSL 312º 0.9% 0.21% -
HSV(B) 312º 0.95% 0.39% -
XYZ 6.8 3.41 8.09 -
YUV 42.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 100 5 81 0 0.95 0.19 0.61 312 0.9 0.21
Hex 64 5 51 0 5F 13 3D 138 5A 15
Octal 144 5 121 0 137 23 75 470 132 25
Binary 1100100 101 1010001 0 1011111 10011 111101 100111000 1011010 10101

Color Harmonies of #640551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640551

Black with #640551

Text Example


Text Example

White with #640551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640551; }

 p { color: rgb(100,5,81); }

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

background-color css

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

 a { background-color: rgb(100,5,81); }

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

border-color css

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

 span { border-color: rgb(100,5,81); }

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