Html Css Color HEX #513158 Hot Purple

📋 copy color: '#513158'

red 81 ◦ green 49 ◦ blue 88

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

Shades of Hot Purple #513158

Tints of Hot Purple #513158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 40.37%

R = 37.16%
G = 22.48%
B = 40.37%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#513158 (or 0x513158) is known color: Hot Purple. HEX triplet: 51, 31 and 58. RGB value is (81,49,88). Sum of RGB (Red+Green+Blue) = 81+49+88=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #513158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513158 is #AECEA7. Grayscale: #3E3E3E. Windows color (decimal): -11456168 or 5779793. OLE color: 5779793.

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

Color convert

RGB 81 49 88 -
CMYK 0.08 0.44 0 0.65
HSL 289.23º 0.28% 0.27% -
HSV(B) 289.23º 0.44% 0.35% -
XYZ 6.25 4.65 9.8 -
YUV 63.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 81 49 88 0.08 0.44 0 0.65 289.23 0.28 0.27
Hex 51 31 58 8 2C 0 41 121 1C 1B
Octal 121 61 130 10 54 0 101 441 34 33
Binary 1010001 110001 1011000 1000 101100 0 1000001 100100001 11100 11011

Color Harmonies of #513158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513158

Black with #513158

Text Example


Text Example

White with #513158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513158; }

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

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

background-color css

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

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

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

border-color css

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

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

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