Html Css Color HEX #512359 Hot Purple

📋 copy color: '#512359'

red 81 ◦ green 35 ◦ blue 89

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

Shades of Hot Purple #512359

Tints of Hot Purple #512359

RGB

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

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

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

R = 39.51%
G = 17.07%
B = 43.41%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#512359 (or 0x512359) is known color: Hot Purple. HEX triplet: 51, 23 and 59. RGB value is (81,35,89). Sum of RGB (Red+Green+Blue) = 81+35+89=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #512359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512359 is #AEDCA6. Grayscale: #363636. Windows color (decimal): -11459751 or 5841745. OLE color: 5841745.

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

Color convert

RGB 81 35 89 -
CMYK 0.09 0.61 0 0.65
HSL 291.11º 0.44% 0.24% -
HSV(B) 291.11º 0.61% 0.35% -
XYZ 5.8 3.67 9.85 -
YUV 54.91 147.24 146.61 -
System Red Green Blue C M Y K H S L
Decimal 81 35 89 0.09 0.61 0 0.65 291.11 0.44 0.24
Hex 51 23 59 9 3D 0 41 123 2C 18
Octal 121 43 131 11 75 0 101 443 54 30
Binary 1010001 100011 1011001 1001 111101 0 1000001 100100011 101100 11000

Color Harmonies of #512359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512359

Black with #512359

Text Example


Text Example

White with #512359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512359; }

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

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

background-color css

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

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

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

border-color css

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

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

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