Html Css Color HEX #501A5C Hot Purple

📋 copy color: '#501A5C'

red 80 ◦ green 26 ◦ blue 92

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

Shades of Hot Purple #501A5C

Tints of Hot Purple #501A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 46.46%

R = 40.4%
G = 13.13%
B = 46.46%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#501A5C (or 0x501A5C) is known color: Hot Purple. HEX triplet: 50, 1A and 5C. RGB value is (80,26,92). Sum of RGB (Red+Green+Blue) = 80+26+92=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #501A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501A5C is #AFE5A3. Grayscale: #313131. Windows color (decimal): -11527588 or 6036048. OLE color: 6036048.

HSL color Cylindrical-coordinate representation of color #501A5C: hue angle of 289.09º 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 #501A5C is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 26 92 -
CMYK 0.13 0.72 0 0.64
HSL 289.09º 0.56% 0.23% -
HSV(B) 289.09º 0.72% 0.36% -
XYZ 5.61 3.22 10.45 -
YUV 49.67 151.89 149.63 -
System Red Green Blue C M Y K H S L
Decimal 80 26 92 0.13 0.72 0 0.64 289.09 0.56 0.23
Hex 50 1A 5C D 48 0 40 121 38 17
Octal 120 32 134 15 110 0 100 441 70 27
Binary 1010000 11010 1011100 1101 1001000 0 1000000 100100001 111000 10111

Color Harmonies of #501A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A5C

Black with #501A5C

Text Example


Text Example

White with #501A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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