Html Css Color HEX #511357 Hot Purple

📋 copy color: '#511357'

red 81 ◦ green 19 ◦ blue 87

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

Shades of Hot Purple #511357

Tints of Hot Purple #511357

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.16%

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

R = 43.32%
G = 10.16%
B = 46.52%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#511357 (or 0x511357) is known color: Hot Purple. HEX triplet: 51, 13 and 57. RGB value is (81,19,87). Sum of RGB (Red+Green+Blue) = 81+19+87=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #511357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511357 is #AEECA8. Grayscale: #2D2D2D. Windows color (decimal): -11463849 or 5706577. OLE color: 5706577.

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

Color convert

RGB 81 19 87 -
CMYK 0.07 0.78 0 0.66
HSL 294.71º 0.64% 0.21% -
HSV(B) 294.71º 0.78% 0.34% -
XYZ 5.35 2.9 9.3 -
YUV 45.29 151.54 153.47 -
System Red Green Blue C M Y K H S L
Decimal 81 19 87 0.07 0.78 0 0.66 294.71 0.64 0.21
Hex 51 13 57 7 4E 0 42 127 40 15
Octal 121 23 127 7 116 0 102 447 100 25
Binary 1010001 10011 1010111 111 1001110 0 1000010 100100111 1000000 10101

Color Harmonies of #511357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511357

Black with #511357

Text Example


Text Example

White with #511357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511357; }

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

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

background-color css

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

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

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

border-color css

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

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

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