Html Css Color HEX #501253 Hot Purple

📋 copy color: '#501253'

red 80 ◦ green 18 ◦ blue 83

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

Shades of Hot Purple #501253

Tints of Hot Purple #501253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.94%

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

R = 44.2%
G = 9.94%
B = 45.86%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#501253 (or 0x501253) is known color: Hot Purple. HEX triplet: 50, 12 and 53. RGB value is (80,18,83). Sum of RGB (Red+Green+Blue) = 80+18+83=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #501253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501253 is #AFEDAC. Grayscale: #2B2B2B. Windows color (decimal): -11529645 or 5444176. OLE color: 5444176.

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

Color convert

RGB 80 18 83 -
CMYK 0.04 0.78 0 0.67
HSL 297.23º 0.64% 0.2% -
HSV(B) 297.23º 0.78% 0.33% -
XYZ 5.09 2.76 8.45 -
YUV 43.95 150.04 153.71 -
System Red Green Blue C M Y K H S L
Decimal 80 18 83 0.04 0.78 0 0.67 297.23 0.64 0.2
Hex 50 12 53 4 4E 0 43 129 40 14
Octal 120 22 123 4 116 0 103 451 100 24
Binary 1010000 10010 1010011 100 1001110 0 1000011 100101001 1000000 10100

Color Harmonies of #501253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501253

Black with #501253

Text Example


Text Example

White with #501253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501253; }

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

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

background-color css

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

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

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

border-color css

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

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

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