Html Css Color HEX #511C52 Hot Purple

📋 copy color: '#511C52'

red 81 ◦ green 28 ◦ blue 82

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

Shades of Hot Purple #511C52

Tints of Hot Purple #511C52

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.66%

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

R = 42.41%
G = 14.66%
B = 42.93%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#511C52 (or 0x511C52) is known color: Hot Purple. HEX triplet: 51, 1C and 52. RGB value is (81,28,82). Sum of RGB (Red+Green+Blue) = 81+28+82=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: blue. Hex color #511C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511C52 is #AEE3AD. Grayscale: #313131. Windows color (decimal): -11461550 or 5381201. OLE color: 5381201.

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

Color convert

RGB 81 28 82 -
CMYK 0.01 0.66 0 0.68
HSL 298.89º 0.49% 0.22% -
HSV(B) 298.89º 0.66% 0.32% -
XYZ 5.33 3.19 8.32 -
YUV 50 146.06 150.11 -
System Red Green Blue C M Y K H S L
Decimal 81 28 82 0.01 0.66 0 0.68 298.89 0.49 0.22
Hex 51 1C 52 1 42 0 44 12B 31 16
Octal 121 34 122 1 102 0 104 453 61 26
Binary 1010001 11100 1010010 1 1000010 0 1000100 100101011 110001 10110

Color Harmonies of #511C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511C52

Black with #511C52

Text Example


Text Example

White with #511C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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