Html Css Color HEX #501463 Scarlet Gum

📋 copy color: '#501463'

red 80 ◦ green 20 ◦ blue 99

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

Shades of Scarlet Gum #501463

Tints of Scarlet Gum #501463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.05%

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

R = 40.2%
G = 10.05%
B = 49.75%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#501463 (or 0x501463) is known color: Scarlet Gum. HEX triplet: 50, 14 and 63. RGB value is (80,20,99). Sum of RGB (Red+Green+Blue) = 80+20+99=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #501463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501463 is #AFEB9C. Grayscale: #2E2E2E. Windows color (decimal): -11529117 or 6493264. OLE color: 6493264.

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

Color convert

RGB 80 20 99 -
CMYK 0.19 0.80 0 0.61
HSL 285.57º 0.66% 0.23% -
HSV(B) 285.57º 0.8% 0.39% -
XYZ 5.81 3.11 12.1 -
YUV 46.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 80 20 99 0.19 0.80 0 0.61 285.57 0.66 0.23
Hex 50 14 63 13 50 0 3D 11E 42 17
Octal 120 24 143 23 120 0 75 436 102 27
Binary 1010000 10100 1100011 10011 1010000 0 111101 100011110 1000010 10111

Color Harmonies of #501463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501463

Black with #501463

Text Example


Text Example

White with #501463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501463; }

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

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

background-color css

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

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

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

border-color css

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

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

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