Html Css Color HEX #501358 Hot Purple

📋 copy color: '#501358'

red 80 ◦ green 19 ◦ blue 88

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

Shades of Hot Purple #501358

Tints of Hot Purple #501358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.16%

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

R = 42.78%
G = 10.16%
B = 47.06%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#501358 (or 0x501358) is known color: Hot Purple. HEX triplet: 50, 13 and 58. RGB value is (80,19,88). Sum of RGB (Red+Green+Blue) = 80+19+88=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #501358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501358 is #AFECA7. Grayscale: #2C2C2C. Windows color (decimal): -11529384 or 5772112. OLE color: 5772112.

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

Color convert

RGB 80 19 88 -
CMYK 0.09 0.78 0 0.65
HSL 293.04º 0.64% 0.21% -
HSV(B) 293.04º 0.78% 0.35% -
XYZ 5.3 2.88 9.51 -
YUV 45.11 152.21 152.89 -
System Red Green Blue C M Y K H S L
Decimal 80 19 88 0.09 0.78 0 0.65 293.04 0.64 0.21
Hex 50 13 58 9 4E 0 41 125 40 15
Octal 120 23 130 11 116 0 101 445 100 25
Binary 1010000 10011 1011000 1001 1001110 0 1000001 100100101 1000000 10101

Color Harmonies of #501358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501358

Black with #501358

Text Example


Text Example

White with #501358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501358; }

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

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

background-color css

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

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

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

border-color css

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

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

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