Html Css Color HEX #513059 Hot Purple

📋 copy color: '#513059'

red 81 ◦ green 48 ◦ blue 89

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

Shades of Hot Purple #513059

Tints of Hot Purple #513059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.02%

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

R = 37.16%
G = 22.02%
B = 40.83%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#513059 (or 0x513059) is known color: Hot Purple. HEX triplet: 51, 30 and 59. RGB value is (81,48,89). Sum of RGB (Red+Green+Blue) = 81+48+89=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #513059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513059 is #AECFA6. Grayscale: #3E3E3E. Windows color (decimal): -11456423 or 5845073. OLE color: 5845073.

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

Color convert

RGB 81 48 89 -
CMYK 0.09 0.46 0 0.65
HSL 288.29º 0.3% 0.27% -
HSV(B) 288.29º 0.46% 0.35% -
XYZ 6.25 4.58 10.01 -
YUV 62.54 142.93 141.17 -
System Red Green Blue C M Y K H S L
Decimal 81 48 89 0.09 0.46 0 0.65 288.29 0.3 0.27
Hex 51 30 59 9 2E 0 41 120 1E 1B
Octal 121 60 131 11 56 0 101 440 36 33
Binary 1010001 110000 1011001 1001 101110 0 1000001 100100000 11110 11011

Color Harmonies of #513059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513059

Black with #513059

Text Example


Text Example

White with #513059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513059; }

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

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

background-color css

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

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

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

border-color css

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

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

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