Html Css Color HEX #501368 Scarlet Gum

📋 copy color: '#501368'

red 80 ◦ green 19 ◦ blue 104

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

Shades of Scarlet Gum #501368

Tints of Scarlet Gum #501368

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

 BLUE value IS 104 (41.02% from 255) = 51.23%

R = 39.41%
G = 9.36%
B = 51.23%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#501368 (or 0x501368) is known color: Scarlet Gum. HEX triplet: 50, 13 and 68. RGB value is (80,19,104). Sum of RGB (Red+Green+Blue) = 80+19+104=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #501368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501368 is #AFEC97. Grayscale: #2E2E2E. Windows color (decimal): -11529368 or 6820688. OLE color: 6820688.

HSL color Cylindrical-coordinate representation of color #501368: hue angle of 283.06º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501368 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 19 104 -
CMYK 0.23 0.82 0 0.59
HSL 283.06º 0.69% 0.24% -
HSV(B) 283.06º 0.82% 0.41% -
XYZ 6.04 3.17 13.39 -
YUV 46.93 160.21 151.59 -
System Red Green Blue C M Y K H S L
Decimal 80 19 104 0.23 0.82 0 0.59 283.06 0.69 0.24
Hex 50 13 68 17 52 0 3B 11B 45 18
Octal 120 23 150 27 122 0 73 433 105 30
Binary 1010000 10011 1101000 10111 1010010 0 111011 100011011 1000101 11000

Color Harmonies of #501368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501368

Black with #501368

Text Example


Text Example

White with #501368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501368; }

 p { color: rgb(80,19,104); }

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

background-color css

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

 a { background-color: rgb(80,19,104); }

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

border-color css

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

 span { border-color: rgb(80,19,104); }

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