Html Css Color HEX #640251 Tyrian Purple

📋 copy color: '#640251'

red 100 ◦ green 2 ◦ blue 81

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

Shades of Tyrian Purple #640251

Tints of Tyrian Purple #640251

RGB

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

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

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

R = 54.64%
G = 1.09%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#640251 (or 0x640251) is known color: Tyrian Purple. HEX triplet: 64, 02 and 51. RGB value is (100,2,81). Sum of RGB (Red+Green+Blue) = 100+2+81=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #640251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640251 is #9BFDAE. Grayscale: #282828. Windows color (decimal): -10223023 or 5309028. OLE color: 5309028.

HSL color Cylindrical-coordinate representation of color #640251: hue angle of 311.63º 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 #640251 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 2 81 -
CMYK 0 0.98 0.19 0.61
HSL 311.63º 0.96% 0.2% -
HSV(B) 311.63º 0.98% 0.39% -
XYZ 6.76 3.35 8.07 -
YUV 40.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 100 2 81 0 0.98 0.19 0.61 311.63 0.96 0.2
Hex 64 2 51 0 62 13 3D 138 60 14
Octal 144 2 121 0 142 23 75 470 140 24
Binary 1100100 10 1010001 0 1100010 10011 111101 100111000 1100000 10100

Color Harmonies of #640251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640251

Black with #640251

Text Example


Text Example

White with #640251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640251; }

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

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

background-color css

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

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

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

border-color css

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

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

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