Html Css Color HEX #501A5D Hot Purple

📋 copy color: '#501A5D'

red 80 ◦ green 26 ◦ blue 93

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

Shades of Hot Purple #501A5D

Tints of Hot Purple #501A5D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.07%

 BLUE value IS 93 (36.72% from 255) = 46.73%

R = 40.2%
G = 13.07%
B = 46.73%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#501A5D (or 0x501A5D) is known color: Hot Purple. HEX triplet: 50, 1A and 5D. RGB value is (80,26,93). Sum of RGB (Red+Green+Blue) = 80+26+93=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #501A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501A5D is #AFE5A2. Grayscale: #313131. Windows color (decimal): -11527587 or 6101584. OLE color: 6101584.

HSL color Cylindrical-coordinate representation of color #501A5D: hue angle of 288.36º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #501A5D is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 26 93 -
CMYK 0.14 0.72 0 0.64
HSL 288.36º 0.56% 0.23% -
HSV(B) 288.36º 0.72% 0.36% -
XYZ 5.65 3.23 10.68 -
YUV 49.78 152.39 149.55 -
System Red Green Blue C M Y K H S L
Decimal 80 26 93 0.14 0.72 0 0.64 288.36 0.56 0.23
Hex 50 1A 5D E 48 0 40 120 38 17
Octal 120 32 135 16 110 0 100 440 70 27
Binary 1010000 11010 1011101 1110 1001000 0 1000000 100100000 111000 10111

Color Harmonies of #501A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A5D

Black with #501A5D

Text Example


Text Example

White with #501A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501A5D; }

 p { color: rgb(80,26,93); }

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

background-color css

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

 a { background-color: rgb(80,26,93); }

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

border-color css

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

 span { border-color: rgb(80,26,93); }

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