Html Css Color HEX #501C53 Hot Purple

📋 copy color: '#501C53'

red 80 ◦ green 28 ◦ blue 83

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

Shades of Hot Purple #501C53

Tints of Hot Purple #501C53

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.66%

 BLUE value IS 83 (32.81% from 255) = 43.46%

R = 41.88%
G = 14.66%
B = 43.46%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#501C53 (or 0x501C53) is known color: Hot Purple. HEX triplet: 50, 1C and 53. RGB value is (80,28,83). Sum of RGB (Red+Green+Blue) = 80+28+83=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #501C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501C53 is #AFE3AC. Grayscale: #313131. Windows color (decimal): -11527085 or 5446736. OLE color: 5446736.

HSL color Cylindrical-coordinate representation of color #501C53: hue angle of 296.73º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #501C53 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 28 83 -
CMYK 0.04 0.66 0 0.67
HSL 296.73º 0.5% 0.22% -
HSV(B) 296.73º 0.66% 0.33% -
XYZ 5.28 3.16 8.52 -
YUV 49.82 146.73 149.53 -
System Red Green Blue C M Y K H S L
Decimal 80 28 83 0.04 0.66 0 0.67 296.73 0.5 0.22
Hex 50 1C 53 4 42 0 43 129 32 16
Octal 120 34 123 4 102 0 103 451 62 26
Binary 1010000 11100 1010011 100 1000010 0 1000011 100101001 110010 10110

Color Harmonies of #501C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C53

Black with #501C53

Text Example


Text Example

White with #501C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,28,83); }

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

background-color css

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

 a { background-color: rgb(80,28,83); }

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

border-color css

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

 span { border-color: rgb(80,28,83); }

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