Html Css Color HEX #501858 Hot Purple

📋 copy color: '#501858'

red 80 ◦ green 24 ◦ blue 88

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

Shades of Hot Purple #501858

Tints of Hot Purple #501858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 45.83%

R = 41.67%
G = 12.5%
B = 45.83%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#501858 (or 0x501858) is known color: Hot Purple. HEX triplet: 50, 18 and 58. RGB value is (80,24,88). Sum of RGB (Red+Green+Blue) = 80+24+88=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #501858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501858 is #AFE7A7. Grayscale: #2F2F2F. Windows color (decimal): -11528104 or 5773392. OLE color: 5773392.

HSL color Cylindrical-coordinate representation of color #501858: hue angle of 292.5º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501858 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 24 88 -
CMYK 0.09 0.73 0 0.65
HSL 292.5º 0.57% 0.22% -
HSV(B) 292.5º 0.73% 0.35% -
XYZ 5.4 3.06 9.54 -
YUV 48.04 150.55 150.8 -
System Red Green Blue C M Y K H S L
Decimal 80 24 88 0.09 0.73 0 0.65 292.5 0.57 0.22
Hex 50 18 58 9 49 0 41 124 39 16
Octal 120 30 130 11 111 0 101 444 71 26
Binary 1010000 11000 1011000 1001 1001001 0 1000001 100100100 111001 10110

Color Harmonies of #501858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501858

Black with #501858

Text Example


Text Example

White with #501858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501858; }

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

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

background-color css

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

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

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

border-color css

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

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

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