Html Css Color HEX #501353 Hot Purple

📋 copy color: '#501353'

red 80 ◦ green 19 ◦ blue 83

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

Shades of Hot Purple #501353

Tints of Hot Purple #501353

RGB

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

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

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

R = 43.96%
G = 10.44%
B = 45.6%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#501353 (or 0x501353) is known color: Hot Purple. HEX triplet: 50, 13 and 53. RGB value is (80,19,83). Sum of RGB (Red+Green+Blue) = 80+19+83=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #501353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501353 is #AFECAC. Grayscale: #2C2C2C. Windows color (decimal): -11529389 or 5444432. OLE color: 5444432.

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

Color convert

RGB 80 19 83 -
CMYK 0.04 0.77 0 0.67
HSL 297.19º 0.63% 0.2% -
HSV(B) 297.19º 0.77% 0.33% -
XYZ 5.1 2.8 8.45 -
YUV 44.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 80 19 83 0.04 0.77 0 0.67 297.19 0.63 0.2
Hex 50 13 53 4 4D 0 43 129 3F 14
Octal 120 23 123 4 115 0 103 451 77 24
Binary 1010000 10011 1010011 100 1001101 0 1000011 100101001 111111 10100

Color Harmonies of #501353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501353

Black with #501353

Text Example


Text Example

White with #501353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501353; }

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

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

background-color css

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

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

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

border-color css

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

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

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