Html Css Color HEX #512D59 Hot Purple

📋 copy color: '#512D59'

red 81 ◦ green 45 ◦ blue 89

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

Shades of Hot Purple #512D59

Tints of Hot Purple #512D59

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.93%

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

R = 37.67%
G = 20.93%
B = 41.4%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#512D59 (or 0x512D59) is known color: Hot Purple. HEX triplet: 51, 2D and 59. RGB value is (81,45,89). Sum of RGB (Red+Green+Blue) = 81+45+89=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #512D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512D59 is #AED2A6. Grayscale: #3C3C3C. Windows color (decimal): -11457191 or 5844305. OLE color: 5844305.

HSL color Cylindrical-coordinate representation of color #512D59: hue angle of 289.09º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #512D59 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 45 89 -
CMYK 0.09 0.49 0 0.65
HSL 289.09º 0.33% 0.26% -
HSV(B) 289.09º 0.49% 0.35% -
XYZ 6.13 4.35 9.97 -
YUV 60.78 143.93 142.42 -
System Red Green Blue C M Y K H S L
Decimal 81 45 89 0.09 0.49 0 0.65 289.09 0.33 0.26
Hex 51 2D 59 9 31 0 41 121 21 1A
Octal 121 55 131 11 61 0 101 441 41 32
Binary 1010001 101101 1011001 1001 110001 0 1000001 100100001 100001 11010

Color Harmonies of #512D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512D59

Black with #512D59

Text Example


Text Example

White with #512D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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