Html Css Color HEX #512D58 Hot Purple

📋 copy color: '#512D58'

red 81 ◦ green 45 ◦ blue 88

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

Shades of Hot Purple #512D58

Tints of Hot Purple #512D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 41.12%

R = 37.85%
G = 21.03%
B = 41.12%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#512D58 (or 0x512D58) is known color: Hot Purple. HEX triplet: 51, 2D and 58. RGB value is (81,45,88). Sum of RGB (Red+Green+Blue) = 81+45+88=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #512D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512D58 is #AED2A7. Grayscale: #3C3C3C. Windows color (decimal): -11457192 or 5778769. OLE color: 5778769.

HSL color Cylindrical-coordinate representation of color #512D58: hue angle of 290.23º degrees, saturation: 0.32, 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 #512D58 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 45 88 -
CMYK 0.08 0.49 0 0.65
HSL 290.23º 0.32% 0.26% -
HSV(B) 290.23º 0.49% 0.35% -
XYZ 6.09 4.33 9.75 -
YUV 60.67 143.43 142.5 -
System Red Green Blue C M Y K H S L
Decimal 81 45 88 0.08 0.49 0 0.65 290.23 0.32 0.26
Hex 51 2D 58 8 31 0 41 122 20 1A
Octal 121 55 130 10 61 0 101 442 40 32
Binary 1010001 101101 1011000 1000 110001 0 1000001 100100010 100000 11010

Color Harmonies of #512D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512D58

Black with #512D58

Text Example


Text Example

White with #512D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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