Html Css Color HEX #501753 Hot Purple

📋 copy color: '#501753'

red 80 ◦ green 23 ◦ blue 83

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

Shades of Hot Purple #501753

Tints of Hot Purple #501753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.37%

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

R = 43.01%
G = 12.37%
B = 44.62%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#501753 (or 0x501753) is known color: Hot Purple. HEX triplet: 50, 17 and 53. RGB value is (80,23,83). Sum of RGB (Red+Green+Blue) = 80+23+83=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #501753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501753 is #AFE8AC. Grayscale: #2E2E2E. Windows color (decimal): -11528365 or 5445456. OLE color: 5445456.

HSL color Cylindrical-coordinate representation of color #501753: hue angle of 297º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #501753 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 23 83 -
CMYK 0.04 0.72 0 0.67
HSL 297º 0.57% 0.21% -
HSV(B) 297º 0.72% 0.33% -
XYZ 5.18 2.94 8.48 -
YUV 46.88 148.38 151.62 -
System Red Green Blue C M Y K H S L
Decimal 80 23 83 0.04 0.72 0 0.67 297 0.57 0.21
Hex 50 17 53 4 48 0 43 129 39 15
Octal 120 27 123 4 110 0 103 451 71 25
Binary 1010000 10111 1010011 100 1001000 0 1000011 100101001 111001 10101

Color Harmonies of #501753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501753

Black with #501753

Text Example


Text Example

White with #501753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501753; }

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

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

background-color css

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

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

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

border-color css

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

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

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