Html Css Color HEX #511157 Hot Purple

📋 copy color: '#511157'

red 81 ◦ green 17 ◦ blue 87

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

Shades of Hot Purple #511157

Tints of Hot Purple #511157

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.19%

 BLUE value IS 87 (34.38% from 255) = 47.03%

R = 43.78%
G = 9.19%
B = 47.03%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#511157 (or 0x511157) is known color: Hot Purple. HEX triplet: 51, 11 and 57. RGB value is (81,17,87). Sum of RGB (Red+Green+Blue) = 81+17+87=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #511157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511157 is #AEEEA8. Grayscale: #2B2B2B. Windows color (decimal): -11464361 or 5706065. OLE color: 5706065.

HSL color Cylindrical-coordinate representation of color #511157: hue angle of 294.86º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511157 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 17 87 -
CMYK 0.07 0.80 0 0.66
HSL 294.86º 0.67% 0.2% -
HSV(B) 294.86º 0.8% 0.34% -
XYZ 5.31 2.84 9.28 -
YUV 44.12 152.2 154.31 -
System Red Green Blue C M Y K H S L
Decimal 81 17 87 0.07 0.80 0 0.66 294.86 0.67 0.2
Hex 51 11 57 7 50 0 42 127 43 14
Octal 121 21 127 7 120 0 102 447 103 24
Binary 1010001 10001 1010111 111 1010000 0 1000010 100100111 1000011 10100

Color Harmonies of #511157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511157

Black with #511157

Text Example


Text Example

White with #511157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511157; }

 p { color: rgb(81,17,87); }

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

background-color css

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

 a { background-color: rgb(81,17,87); }

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

border-color css

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

 span { border-color: rgb(81,17,87); }

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