Html Css Color HEX #512057 Hot Purple

📋 copy color: '#512057'

red 81 ◦ green 32 ◦ blue 87

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

Shades of Hot Purple #512057

Tints of Hot Purple #512057

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16%

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

R = 40.5%
G = 16%
B = 43.5%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#512057 (or 0x512057) is known color: Hot Purple. HEX triplet: 51, 20 and 57. RGB value is (81,32,87). Sum of RGB (Red+Green+Blue) = 81+32+87=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #512057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512057 is #AEDFA8. Grayscale: #343434. Windows color (decimal): -11460521 or 5709905. OLE color: 5709905.

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

Color convert

RGB 81 32 87 -
CMYK 0.07 0.63 0 0.66
HSL 293.45º 0.46% 0.23% -
HSV(B) 293.45º 0.63% 0.34% -
XYZ 5.63 3.47 9.39 -
YUV 52.92 147.23 148.03 -
System Red Green Blue C M Y K H S L
Decimal 81 32 87 0.07 0.63 0 0.66 293.45 0.46 0.23
Hex 51 20 57 7 3F 0 42 125 2E 17
Octal 121 40 127 7 77 0 102 445 56 27
Binary 1010001 100000 1010111 111 111111 0 1000010 100100101 101110 10111

Color Harmonies of #512057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512057

Black with #512057

Text Example


Text Example

White with #512057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512057; }

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

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

background-color css

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

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

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

border-color css

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

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

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