Html Css Color HEX #511057 Hot Purple

📋 copy color: '#511057'

red 81 ◦ green 16 ◦ blue 87

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

Shades of Hot Purple #511057

Tints of Hot Purple #511057

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.7%

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

R = 44.02%
G = 8.7%
B = 47.28%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#511057 (or 0x511057) is known color: Hot Purple. HEX triplet: 51, 10 and 57. RGB value is (81,16,87). Sum of RGB (Red+Green+Blue) = 81+16+87=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #511057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511057 is #AEEFA8. Grayscale: #2B2B2B. Windows color (decimal): -11464617 or 5705809. OLE color: 5705809.

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

Color convert

RGB 81 16 87 -
CMYK 0.07 0.82 0 0.66
HSL 294.93º 0.69% 0.2% -
HSV(B) 294.93º 0.82% 0.34% -
XYZ 5.3 2.81 9.28 -
YUV 43.53 152.53 154.73 -
System Red Green Blue C M Y K H S L
Decimal 81 16 87 0.07 0.82 0 0.66 294.93 0.69 0.2
Hex 51 10 57 7 52 0 42 127 45 14
Octal 121 20 127 7 122 0 102 447 105 24
Binary 1010001 10000 1010111 111 1010010 0 1000010 100100111 1000101 10100

Color Harmonies of #511057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511057

Black with #511057

Text Example


Text Example

White with #511057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511057; }

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

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

background-color css

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

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

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

border-color css

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

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

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