Html Css Color HEX #511D52 Hot Purple

📋 copy color: '#511D52'

red 81 ◦ green 29 ◦ blue 82

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

Shades of Hot Purple #511D52

Tints of Hot Purple #511D52

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.1%

 BLUE value IS 82 (32.42% from 255) = 42.71%

R = 42.19%
G = 15.1%
B = 42.71%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#511D52 (or 0x511D52) is known color: Hot Purple. HEX triplet: 51, 1D and 52. RGB value is (81,29,82). Sum of RGB (Red+Green+Blue) = 81+29+82=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 82 - color contains mainly: blue. Hex color #511D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511D52 is #AEE2AD. Grayscale: #323232. Windows color (decimal): -11461294 or 5381457. OLE color: 5381457.

HSL color Cylindrical-coordinate representation of color #511D52: hue angle of 298.87º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #511D52 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 29 82 -
CMYK 0.01 0.65 0 0.68
HSL 298.87º 0.48% 0.22% -
HSV(B) 298.87º 0.65% 0.32% -
XYZ 5.36 3.24 8.33 -
YUV 50.59 145.73 149.69 -
System Red Green Blue C M Y K H S L
Decimal 81 29 82 0.01 0.65 0 0.68 298.87 0.48 0.22
Hex 51 1D 52 1 41 0 44 12B 30 16
Octal 121 35 122 1 101 0 104 453 60 26
Binary 1010001 11101 1010010 1 1000001 0 1000100 100101011 110000 10110

Color Harmonies of #511D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D52

Black with #511D52

Text Example


Text Example

White with #511D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511D52; }

 p { color: rgb(81,29,82); }

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

background-color css

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

 a { background-color: rgb(81,29,82); }

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

border-color css

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

 span { border-color: rgb(81,29,82); }

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