Html Css Color HEX #512050 Hot Purple

📋 copy color: '#512050'

red 81 ◦ green 32 ◦ blue 80

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

Shades of Hot Purple #512050

Tints of Hot Purple #512050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 41.45%

R = 41.97%
G = 16.58%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#512050 (or 0x512050) is known color: Hot Purple. HEX triplet: 51, 20 and 50. RGB value is (81,32,80). Sum of RGB (Red+Green+Blue) = 81+32+80=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #512050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512050 is #AEDFAF. Grayscale: #333333. Windows color (decimal): -11460528 or 5251153. OLE color: 5251153.

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

Color convert

RGB 81 32 80 -
CMYK 0 0.60 0.01 0.68
HSL 301.22º 0.43% 0.22% -
HSV(B) 301.22º 0.6% 0.32% -
XYZ 5.36 3.36 7.96 -
YUV 52.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 81 32 80 0 0.60 0.01 0.68 301.22 0.43 0.22
Hex 51 20 50 0 3C 1 44 12D 2B 16
Octal 121 40 120 0 74 1 104 455 53 26
Binary 1010001 100000 1010000 0 111100 1 1000100 100101101 101011 10110

Color Harmonies of #512050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512050

Black with #512050

Text Example


Text Example

White with #512050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512050; }

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

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

background-color css

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

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

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

border-color css

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

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

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