Html Css Color HEX #501268 Scarlet Gum

📋 copy color: '#501268'

red 80 ◦ green 18 ◦ blue 104

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

Shades of Scarlet Gum #501268

Tints of Scarlet Gum #501268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.91%

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

R = 39.6%
G = 8.91%
B = 51.49%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#501268 (or 0x501268) is known color: Scarlet Gum. HEX triplet: 50, 12 and 68. RGB value is (80,18,104). Sum of RGB (Red+Green+Blue) = 80+18+104=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #501268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501268 is #AFED97. Grayscale: #2E2E2E. Windows color (decimal): -11529624 or 6820432. OLE color: 6820432.

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

Color convert

RGB 80 18 104 -
CMYK 0.23 0.83 0 0.59
HSL 283.26º 0.7% 0.24% -
HSV(B) 283.26º 0.83% 0.41% -
XYZ 6.02 3.14 13.38 -
YUV 46.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 80 18 104 0.23 0.83 0 0.59 283.26 0.7 0.24
Hex 50 12 68 17 53 0 3B 11B 46 18
Octal 120 22 150 27 123 0 73 433 106 30
Binary 1010000 10010 1101000 10111 1010011 0 111011 100011011 1000110 11000

Color Harmonies of #501268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501268

Black with #501268

Text Example


Text Example

White with #501268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501268; }

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

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

background-color css

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

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

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

border-color css

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

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

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