Html Css Color HEX #512357 Hot Purple

📋 copy color: '#512357'

red 81 ◦ green 35 ◦ blue 87

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

Shades of Hot Purple #512357

Tints of Hot Purple #512357

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.24%

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

R = 39.9%
G = 17.24%
B = 42.86%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#512357 (or 0x512357) is known color: Hot Purple. HEX triplet: 51, 23 and 57. RGB value is (81,35,87). Sum of RGB (Red+Green+Blue) = 81+35+87=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 87 - color contains mainly: blue. Hex color #512357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512357 is #AEDCA8. Grayscale: #363636. Windows color (decimal): -11459753 or 5710673. OLE color: 5710673.

HSL color Cylindrical-coordinate representation of color #512357: hue angle of 293.08º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512357 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 35 87 -
CMYK 0.07 0.60 0 0.66
HSL 293.08º 0.43% 0.24% -
HSV(B) 293.08º 0.6% 0.34% -
XYZ 5.71 3.64 9.42 -
YUV 54.68 146.24 146.77 -
System Red Green Blue C M Y K H S L
Decimal 81 35 87 0.07 0.60 0 0.66 293.08 0.43 0.24
Hex 51 23 57 7 3C 0 42 125 2B 18
Octal 121 43 127 7 74 0 102 445 53 30
Binary 1010001 100011 1010111 111 111100 0 1000010 100100101 101011 11000

Color Harmonies of #512357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512357

Black with #512357

Text Example


Text Example

White with #512357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512357; }

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

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

background-color css

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

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

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

border-color css

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

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

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