Html Css Color HEX #512959 Hot Purple

📋 copy color: '#512959'

red 81 ◦ green 41 ◦ blue 89

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

Shades of Hot Purple #512959

Tints of Hot Purple #512959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.43%

 BLUE value IS 89 (35.16% from 255) = 42.18%

R = 38.39%
G = 19.43%
B = 42.18%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#512959 (or 0x512959) is known color: Hot Purple. HEX triplet: 51, 29 and 59. RGB value is (81,41,89). Sum of RGB (Red+Green+Blue) = 81+41+89=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #512959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512959 is #AED6A6. Grayscale: #3A3A3A. Windows color (decimal): -11458215 or 5843281. OLE color: 5843281.

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

Color convert

RGB 81 41 89 -
CMYK 0.09 0.54 0 0.65
HSL 290º 0.37% 0.25% -
HSV(B) 290º 0.54% 0.35% -
XYZ 5.99 4.06 9.92 -
YUV 58.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 81 41 89 0.09 0.54 0 0.65 290 0.37 0.25
Hex 51 29 59 9 36 0 41 122 25 19
Octal 121 51 131 11 66 0 101 442 45 31
Binary 1010001 101001 1011001 1001 110110 0 1000001 100100010 100101 11001

Color Harmonies of #512959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512959

Black with #512959

Text Example


Text Example

White with #512959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512959; }

 p { color: rgb(81,41,89); }

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

background-color css

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

 a { background-color: rgb(81,41,89); }

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

border-color css

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

 span { border-color: rgb(81,41,89); }

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