Html Css Color HEX #511F58 Hot Purple

📋 copy color: '#511F58'

red 81 ◦ green 31 ◦ blue 88

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

Shades of Hot Purple #511F58

Tints of Hot Purple #511F58

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.5%

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

R = 40.5%
G = 15.5%
B = 44%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#511F58 (or 0x511F58) is known color: Hot Purple. HEX triplet: 51, 1F and 58. RGB value is (81,31,88). Sum of RGB (Red+Green+Blue) = 81+31+88=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 88 - color contains mainly: blue. Hex color #511F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511F58 is #AEE0A7. Grayscale: #343434. Windows color (decimal): -11460776 or 5775185. OLE color: 5775185.

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

Color convert

RGB 81 31 88 -
CMYK 0.08 0.65 0 0.65
HSL 292.63º 0.48% 0.23% -
HSV(B) 292.63º 0.65% 0.35% -
XYZ 5.64 3.43 9.6 -
YUV 52.45 148.07 148.37 -
System Red Green Blue C M Y K H S L
Decimal 81 31 88 0.08 0.65 0 0.65 292.63 0.48 0.23
Hex 51 1F 58 8 41 0 41 125 30 17
Octal 121 37 130 10 101 0 101 445 60 27
Binary 1010001 11111 1011000 1000 1000001 0 1000001 100100101 110000 10111

Color Harmonies of #511F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511F58

Black with #511F58

Text Example


Text Example

White with #511F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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