Html Css Color HEX #500E53 Hot Purple

📋 copy color: '#500E53'

red 80 ◦ green 14 ◦ blue 83

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

Shades of Hot Purple #500E53

Tints of Hot Purple #500E53

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.91%

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

R = 45.2%
G = 7.91%
B = 46.89%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#500E53 (or 0x500E53) is known color: Hot Purple. HEX triplet: 50, 0E and 53. RGB value is (80,14,83). Sum of RGB (Red+Green+Blue) = 80+14+83=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 83 - color contains mainly: blue. Hex color #500E53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500E53 is #AFF1AC. Grayscale: #292929. Windows color (decimal): -11530669 or 5443152. OLE color: 5443152.

HSL color Cylindrical-coordinate representation of color #500E53: hue angle of 297.39º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #500E53 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 14 83 -
CMYK 0.04 0.83 0 0.67
HSL 297.39º 0.71% 0.19% -
HSV(B) 297.39º 0.83% 0.33% -
XYZ 5.03 2.64 8.43 -
YUV 41.6 151.37 155.39 -
System Red Green Blue C M Y K H S L
Decimal 80 14 83 0.04 0.83 0 0.67 297.39 0.71 0.19
Hex 50 E 53 4 53 0 43 129 47 13
Octal 120 16 123 4 123 0 103 451 107 23
Binary 1010000 1110 1010011 100 1010011 0 1000011 100101001 1000111 10011

Color Harmonies of #500E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500E53

Black with #500E53

Text Example


Text Example

White with #500E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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