Html Css Color HEX #512056 Hot Purple

📋 copy color: '#512056'

red 81 ◦ green 32 ◦ blue 86

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

Shades of Hot Purple #512056

Tints of Hot Purple #512056

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.08%

 BLUE value IS 86 (33.98% from 255) = 43.22%

R = 40.7%
G = 16.08%
B = 43.22%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#512056 (or 0x512056) is known color: Hot Purple. HEX triplet: 51, 20 and 56. RGB value is (81,32,86). Sum of RGB (Red+Green+Blue) = 81+32+86=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 86 - color contains mainly: blue. Hex color #512056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512056 is #AEDFA9. Grayscale: #343434. Windows color (decimal): -11460522 or 5644369. OLE color: 5644369.

HSL color Cylindrical-coordinate representation of color #512056: hue angle of 294.44º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #512056 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 32 86 -
CMYK 0.06 0.63 0 0.66
HSL 294.44º 0.46% 0.23% -
HSV(B) 294.44º 0.63% 0.34% -
XYZ 5.59 3.45 9.18 -
YUV 52.81 146.73 148.11 -
System Red Green Blue C M Y K H S L
Decimal 81 32 86 0.06 0.63 0 0.66 294.44 0.46 0.23
Hex 51 20 56 6 3F 0 42 126 2E 17
Octal 121 40 126 6 77 0 102 446 56 27
Binary 1010001 100000 1010110 110 111111 0 1000010 100100110 101110 10111

Color Harmonies of #512056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512056

Black with #512056

Text Example


Text Example

White with #512056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512056; }

 p { color: rgb(81,32,86); }

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

background-color css

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

 a { background-color: rgb(81,32,86); }

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

border-color css

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

 span { border-color: rgb(81,32,86); }

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