Html Css Color HEX #513159 Hot Purple

📋 copy color: '#513159'

red 81 ◦ green 49 ◦ blue 89

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

Shades of Hot Purple #513159

Tints of Hot Purple #513159

RGB

 RED value IS 81 (32.03% from 255) = 36.99%

 GREEN value IS 49 (19.53% from 255) = 22.37%

 BLUE value IS 89 (35.16% from 255) = 40.64%

R = 36.99%
G = 22.37%
B = 40.64%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#513159 (or 0x513159) is known color: Hot Purple. HEX triplet: 51, 31 and 59. RGB value is (81,49,89). Sum of RGB (Red+Green+Blue) = 81+49+89=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #513159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513159 is #AECEA6. Grayscale: #3F3F3F. Windows color (decimal): -11456167 or 5845329. OLE color: 5845329.

HSL color Cylindrical-coordinate representation of color #513159: hue angle of 288º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #513159 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 49 89 -
CMYK 0.09 0.45 0 0.65
HSL 288º 0.29% 0.27% -
HSV(B) 288º 0.45% 0.35% -
XYZ 6.29 4.67 10.02 -
YUV 63.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 81 49 89 0.09 0.45 0 0.65 288 0.29 0.27
Hex 51 31 59 9 2D 0 41 120 1D 1B
Octal 121 61 131 11 55 0 101 440 35 33
Binary 1010001 110001 1011001 1001 101101 0 1000001 100100000 11101 11011

Color Harmonies of #513159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513159

Black with #513159

Text Example


Text Example

White with #513159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513159; }

 p { color: rgb(81,49,89); }

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

background-color css

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

 a { background-color: rgb(81,49,89); }

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

border-color css

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

 span { border-color: rgb(81,49,89); }

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