Html Css Color HEX #501558 Hot Purple

📋 copy color: '#501558'

red 80 ◦ green 21 ◦ blue 88

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

Shades of Hot Purple #501558

Tints of Hot Purple #501558

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.11%

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

R = 42.33%
G = 11.11%
B = 46.56%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#501558 (or 0x501558) is known color: Hot Purple. HEX triplet: 50, 15 and 58. RGB value is (80,21,88). Sum of RGB (Red+Green+Blue) = 80+21+88=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #501558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501558 is #AFEAA7. Grayscale: #2E2E2E. Windows color (decimal): -11528872 or 5772624. OLE color: 5772624.

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

Color convert

RGB 80 21 88 -
CMYK 0.09 0.76 0 0.65
HSL 292.84º 0.61% 0.21% -
HSV(B) 292.84º 0.76% 0.35% -
XYZ 5.34 2.95 9.52 -
YUV 46.28 151.55 152.05 -
System Red Green Blue C M Y K H S L
Decimal 80 21 88 0.09 0.76 0 0.65 292.84 0.61 0.21
Hex 50 15 58 9 4C 0 41 125 3D 15
Octal 120 25 130 11 114 0 101 445 75 25
Binary 1010000 10101 1011000 1001 1001100 0 1000001 100100101 111101 10101

Color Harmonies of #501558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501558

Black with #501558

Text Example


Text Example

White with #501558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501558; }

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

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

background-color css

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

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

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

border-color css

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

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

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