Html Css Color HEX #501063 Scarlet Gum

📋 copy color: '#501063'

red 80 ◦ green 16 ◦ blue 99

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

Shades of Scarlet Gum #501063

Tints of Scarlet Gum #501063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.21%

 BLUE value IS 99 (39.06% from 255) = 50.77%

R = 41.03%
G = 8.21%
B = 50.77%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#501063 (or 0x501063) is known color: Scarlet Gum. HEX triplet: 50, 10 and 63. RGB value is (80,16,99). Sum of RGB (Red+Green+Blue) = 80+16+99=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #501063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501063 is #AFEF9C. Grayscale: #2C2C2C. Windows color (decimal): -11530141 or 6492240. OLE color: 6492240.

HSL color Cylindrical-coordinate representation of color #501063: hue angle of 286.27º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501063 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 16 99 -
CMYK 0.19 0.84 0 0.61
HSL 286.27º 0.72% 0.23% -
HSV(B) 286.27º 0.84% 0.39% -
XYZ 5.75 2.98 12.08 -
YUV 44.6 158.7 153.25 -
System Red Green Blue C M Y K H S L
Decimal 80 16 99 0.19 0.84 0 0.61 286.27 0.72 0.23
Hex 50 10 63 13 54 0 3D 11E 48 17
Octal 120 20 143 23 124 0 75 436 110 27
Binary 1010000 10000 1100011 10011 1010100 0 111101 100011110 1001000 10111

Color Harmonies of #501063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501063

Black with #501063

Text Example


Text Example

White with #501063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501063; }

 p { color: rgb(80,16,99); }

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

background-color css

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

 a { background-color: rgb(80,16,99); }

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

border-color css

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

 span { border-color: rgb(80,16,99); }

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