Html Css Color HEX #512259 Hot Purple

📋 copy color: '#512259'

red 81 ◦ green 34 ◦ blue 89

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

Shades of Hot Purple #512259

Tints of Hot Purple #512259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.67%

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

R = 39.71%
G = 16.67%
B = 43.63%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#512259 (or 0x512259) is known color: Hot Purple. HEX triplet: 51, 22 and 59. RGB value is (81,34,89). Sum of RGB (Red+Green+Blue) = 81+34+89=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #512259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512259 is #AEDDA6. Grayscale: #363636. Windows color (decimal): -11460007 or 5841489. OLE color: 5841489.

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

Color convert

RGB 81 34 89 -
CMYK 0.09 0.62 0 0.65
HSL 291.27º 0.45% 0.24% -
HSV(B) 291.27º 0.62% 0.35% -
XYZ 5.77 3.61 9.84 -
YUV 54.32 147.57 147.03 -
System Red Green Blue C M Y K H S L
Decimal 81 34 89 0.09 0.62 0 0.65 291.27 0.45 0.24
Hex 51 22 59 9 3E 0 41 123 2D 18
Octal 121 42 131 11 76 0 101 443 55 30
Binary 1010001 100010 1011001 1001 111110 0 1000001 100100011 101101 11000

Color Harmonies of #512259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512259

Black with #512259

Text Example


Text Example

White with #512259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512259; }

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

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

background-color css

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

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

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

border-color css

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

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

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