Html Css Color HEX #512759 Hot Purple

📋 copy color: '#512759'

red 81 ◦ green 39 ◦ blue 89

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

Shades of Hot Purple #512759

Tints of Hot Purple #512759

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.66%

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

R = 38.76%
G = 18.66%
B = 42.58%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#512759 (or 0x512759) is known color: Hot Purple. HEX triplet: 51, 27 and 59. RGB value is (81,39,89). Sum of RGB (Red+Green+Blue) = 81+39+89=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #512759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512759 is #AED8A6. Grayscale: #393939. Windows color (decimal): -11458727 or 5842769. OLE color: 5842769.

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

Color convert

RGB 81 39 89 -
CMYK 0.09 0.56 0 0.65
HSL 290.4º 0.39% 0.25% -
HSV(B) 290.4º 0.56% 0.35% -
XYZ 5.92 3.92 9.9 -
YUV 57.26 145.91 144.93 -
System Red Green Blue C M Y K H S L
Decimal 81 39 89 0.09 0.56 0 0.65 290.4 0.39 0.25
Hex 51 27 59 9 38 0 41 122 27 19
Octal 121 47 131 11 70 0 101 442 47 31
Binary 1010001 100111 1011001 1001 111000 0 1000001 100100010 100111 11001

Color Harmonies of #512759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512759

Black with #512759

Text Example


Text Example

White with #512759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512759; }

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

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

background-color css

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

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

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

border-color css

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

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

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