Html Css Color HEX #500153 Hot Purple

📋 copy color: '#500153'

red 80 ◦ green 1 ◦ blue 83

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

Shades of Hot Purple #500153

Tints of Hot Purple #500153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 48.78%
G = 0.61%
B = 50.61%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#500153 (or 0x500153) is known color: Hot Purple. HEX triplet: 50, 01 and 53. RGB value is (80,1,83). Sum of RGB (Red+Green+Blue) = 80+1+83=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #500153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500153 is #AFFEAC. Grayscale: #212121. Windows color (decimal): -11533997 or 5439824. OLE color: 5439824.

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

Color convert

RGB 80 1 83 -
CMYK 0.04 0.99 0 0.67
HSL 297.8º 0.98% 0.16% -
HSV(B) 297.8º 0.99% 0.33% -
XYZ 4.88 2.35 8.38 -
YUV 33.97 155.67 160.83 -
System Red Green Blue C M Y K H S L
Decimal 80 1 83 0.04 0.99 0 0.67 297.8 0.98 0.16
Hex 50 1 53 4 63 0 43 12A 62 10
Octal 120 1 123 4 143 0 103 452 142 20
Binary 1010000 1 1010011 100 1100011 0 1000011 100101010 1100010 10000

Color Harmonies of #500153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500153

Black with #500153

Text Example


Text Example

White with #500153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500153; }

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

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

background-color css

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

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

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

border-color css

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

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

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