Html Css Color HEX #512857 Hot Purple

📋 copy color: '#512857'

red 81 ◦ green 40 ◦ blue 87

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

Shades of Hot Purple #512857

Tints of Hot Purple #512857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.23%

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

R = 38.94%
G = 19.23%
B = 41.83%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#512857 (or 0x512857) is known color: Hot Purple. HEX triplet: 51, 28 and 57. RGB value is (81,40,87). Sum of RGB (Red+Green+Blue) = 81+40+87=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 87 - color contains mainly: blue. Hex color #512857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512857 is #AED7A8. Grayscale: #393939. Windows color (decimal): -11458473 or 5711953. OLE color: 5711953.

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

Color convert

RGB 81 40 87 -
CMYK 0.07 0.54 0 0.66
HSL 292.34º 0.37% 0.25% -
HSV(B) 292.34º 0.54% 0.34% -
XYZ 5.87 3.96 9.47 -
YUV 57.62 144.58 144.68 -
System Red Green Blue C M Y K H S L
Decimal 81 40 87 0.07 0.54 0 0.66 292.34 0.37 0.25
Hex 51 28 57 7 36 0 42 124 25 19
Octal 121 50 127 7 66 0 102 444 45 31
Binary 1010001 101000 1010111 111 110110 0 1000010 100100100 100101 11001

Color Harmonies of #512857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512857

Black with #512857

Text Example


Text Example

White with #512857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512857; }

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

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

background-color css

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

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

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

border-color css

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

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

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