Html Css Color HEX #512659 Hot Purple

📋 copy color: '#512659'

red 81 ◦ green 38 ◦ blue 89

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

Shades of Hot Purple #512659

Tints of Hot Purple #512659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.27%

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

R = 38.94%
G = 18.27%
B = 42.79%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#512659 (or 0x512659) is known color: Hot Purple. HEX triplet: 51, 26 and 59. RGB value is (81,38,89). Sum of RGB (Red+Green+Blue) = 81+38+89=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #512659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512659 is #AED9A6. Grayscale: #383838. Windows color (decimal): -11458983 or 5842513. OLE color: 5842513.

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

Color convert

RGB 81 38 89 -
CMYK 0.09 0.57 0 0.65
HSL 290.59º 0.4% 0.25% -
HSV(B) 290.59º 0.57% 0.35% -
XYZ 5.89 3.86 9.89 -
YUV 56.67 146.25 145.35 -
System Red Green Blue C M Y K H S L
Decimal 81 38 89 0.09 0.57 0 0.65 290.59 0.4 0.25
Hex 51 26 59 9 39 0 41 123 28 19
Octal 121 46 131 11 71 0 101 443 50 31
Binary 1010001 100110 1011001 1001 111001 0 1000001 100100011 101000 11001

Color Harmonies of #512659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512659

Black with #512659

Text Example


Text Example

White with #512659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512659; }

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

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

background-color css

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

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

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

border-color css

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

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

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