Html Css Color HEX #503056 Hot Purple

📋 copy color: '#503056'

red 80 ◦ green 48 ◦ blue 86

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

Shades of Hot Purple #503056

Tints of Hot Purple #503056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 40.19%

R = 37.38%
G = 22.43%
B = 40.19%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#503056 (or 0x503056) is known color: Hot Purple. HEX triplet: 50, 30 and 56. RGB value is (80,48,86). Sum of RGB (Red+Green+Blue) = 80+48+86=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 86 - color contains mainly: blue. Hex color #503056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503056 is #AFCFA9. Grayscale: #3D3D3D. Windows color (decimal): -11521962 or 5648464. OLE color: 5648464.

HSL color Cylindrical-coordinate representation of color #503056: hue angle of 290.53º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #503056 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 48 86 -
CMYK 0.07 0.44 0 0.66
HSL 290.53º 0.28% 0.26% -
HSV(B) 290.53º 0.44% 0.34% -
XYZ 6.04 4.49 9.35 -
YUV 61.9 141.6 140.91 -
System Red Green Blue C M Y K H S L
Decimal 80 48 86 0.07 0.44 0 0.66 290.53 0.28 0.26
Hex 50 30 56 7 2C 0 42 123 1C 1A
Octal 120 60 126 7 54 0 102 443 34 32
Binary 1010000 110000 1010110 111 101100 0 1000010 100100011 11100 11010

Color Harmonies of #503056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503056

Black with #503056

Text Example


Text Example

White with #503056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503056; }

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

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

background-color css

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

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

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

border-color css

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

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

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