Html Css Color HEX #503059 Hot Purple

📋 copy color: '#503059'

red 80 ◦ green 48 ◦ blue 89

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

Shades of Hot Purple #503059

Tints of Hot Purple #503059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.12%

 BLUE value IS 89 (35.16% from 255) = 41.01%

R = 36.87%
G = 22.12%
B = 41.01%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#503059 (or 0x503059) is known color: Hot Purple. HEX triplet: 50, 30 and 59. RGB value is (80,48,89). Sum of RGB (Red+Green+Blue) = 80+48+89=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 89 - color contains mainly: blue. Hex color #503059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503059 is #AFCFA6. Grayscale: #3E3E3E. Windows color (decimal): -11521959 or 5845072. OLE color: 5845072.

HSL color Cylindrical-coordinate representation of color #503059: hue angle of 286.83º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #503059 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 48 89 -
CMYK 0.10 0.46 0 0.65
HSL 286.83º 0.3% 0.27% -
HSV(B) 286.83º 0.46% 0.35% -
XYZ 6.17 4.54 10 -
YUV 62.24 143.1 140.67 -
System Red Green Blue C M Y K H S L
Decimal 80 48 89 0.10 0.46 0 0.65 286.83 0.3 0.27
Hex 50 30 59 A 2E 0 41 11F 1E 1B
Octal 120 60 131 12 56 0 101 437 36 33
Binary 1010000 110000 1011001 1010 101110 0 1000001 100011111 11110 11011

Color Harmonies of #503059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503059

Black with #503059

Text Example


Text Example

White with #503059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503059; }

 p { color: rgb(80,48,89); }

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

background-color css

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

 a { background-color: rgb(80,48,89); }

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

border-color css

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

 span { border-color: rgb(80,48,89); }

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