Html Css Color HEX #501851 Hot Purple

📋 copy color: '#501851'

red 80 ◦ green 24 ◦ blue 81

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

Shades of Hot Purple #501851

Tints of Hot Purple #501851

RGB

 RED value IS 80 (31.64% from 255) = 43.24%

 GREEN value IS 24 (9.77% from 255) = 12.97%

 BLUE value IS 81 (32.03% from 255) = 43.78%

R = 43.24%
G = 12.97%
B = 43.78%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#501851 (or 0x501851) is known color: Hot Purple. HEX triplet: 50, 18 and 51. RGB value is (80,24,81). Sum of RGB (Red+Green+Blue) = 80+24+81=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 81 - color contains mainly: blue. Hex color #501851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501851 is #AFE7AE. Grayscale: #2F2F2F. Windows color (decimal): -11528111 or 5314640. OLE color: 5314640.

HSL color Cylindrical-coordinate representation of color #501851: hue angle of 298.95º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #501851 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 24 81 -
CMYK 0.01 0.70 0 0.68
HSL 298.95º 0.54% 0.21% -
HSV(B) 298.95º 0.7% 0.32% -
XYZ 5.12 2.95 8.08 -
YUV 47.24 147.05 151.37 -
System Red Green Blue C M Y K H S L
Decimal 80 24 81 0.01 0.70 0 0.68 298.95 0.54 0.21
Hex 50 18 51 1 46 0 44 12B 36 15
Octal 120 30 121 1 106 0 104 453 66 25
Binary 1010000 11000 1010001 1 1000110 0 1000100 100101011 110110 10101

Color Harmonies of #501851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501851

Black with #501851

Text Example


Text Example

White with #501851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501851; }

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

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

background-color css

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

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

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

border-color css

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

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

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