Html Css Color HEX #501560 Scarlet Gum

📋 copy color: '#501560'

red 80 ◦ green 21 ◦ blue 96

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

Shades of Scarlet Gum #501560

Tints of Scarlet Gum #501560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.66%

 BLUE value IS 96 (37.89% from 255) = 48.73%

R = 40.61%
G = 10.66%
B = 48.73%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#501560 (or 0x501560) is known color: Scarlet Gum. HEX triplet: 50, 15 and 60. RGB value is (80,21,96). Sum of RGB (Red+Green+Blue) = 80+21+96=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #501560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501560 is #AFEA9F. Grayscale: #2E2E2E. Windows color (decimal): -11528864 or 6296912. OLE color: 6296912.

HSL color Cylindrical-coordinate representation of color #501560: hue angle of 287.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #501560 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 21 96 -
CMYK 0.17 0.78 0 0.62
HSL 287.2º 0.64% 0.23% -
HSV(B) 287.2º 0.78% 0.38% -
XYZ 5.69 3.09 11.36 -
YUV 47.19 155.55 151.4 -
System Red Green Blue C M Y K H S L
Decimal 80 21 96 0.17 0.78 0 0.62 287.2 0.64 0.23
Hex 50 15 60 11 4E 0 3E 11F 40 17
Octal 120 25 140 21 116 0 76 437 100 27
Binary 1010000 10101 1100000 10001 1001110 0 111110 100011111 1000000 10111

Color Harmonies of #501560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501560

Black with #501560

Text Example


Text Example

White with #501560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501560; }

 p { color: rgb(80,21,96); }

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

background-color css

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

 a { background-color: rgb(80,21,96); }

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

border-color css

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

 span { border-color: rgb(80,21,96); }

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