Html Css Color HEX #512859 Hot Purple

📋 copy color: '#512859'

red 81 ◦ green 40 ◦ blue 89

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

Shades of Hot Purple #512859

Tints of Hot Purple #512859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.05%

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

R = 38.57%
G = 19.05%
B = 42.38%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#512859 (or 0x512859) is known color: Hot Purple. HEX triplet: 51, 28 and 59. RGB value is (81,40,89). Sum of RGB (Red+Green+Blue) = 81+40+89=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #512859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512859 is #AED7A6. Grayscale: #393939. Windows color (decimal): -11458471 or 5843025. OLE color: 5843025.

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

Color convert

RGB 81 40 89 -
CMYK 0.09 0.55 0 0.65
HSL 290.2º 0.38% 0.25% -
HSV(B) 290.2º 0.55% 0.35% -
XYZ 5.96 3.99 9.91 -
YUV 57.85 145.58 144.52 -
System Red Green Blue C M Y K H S L
Decimal 81 40 89 0.09 0.55 0 0.65 290.2 0.38 0.25
Hex 51 28 59 9 37 0 41 122 26 19
Octal 121 50 131 11 67 0 101 442 46 31
Binary 1010001 101000 1011001 1001 110111 0 1000001 100100010 100110 11001

Color Harmonies of #512859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512859

Black with #512859

Text Example


Text Example

White with #512859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512859; }

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

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

background-color css

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

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

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

border-color css

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

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

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