Html Css Color HEX #501269 Scarlet Gum

📋 copy color: '#501269'

red 80 ◦ green 18 ◦ blue 105

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

Shades of Scarlet Gum #501269

Tints of Scarlet Gum #501269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 51.72%

R = 39.41%
G = 8.87%
B = 51.72%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#501269 (or 0x501269) is known color: Scarlet Gum. HEX triplet: 50, 12 and 69. RGB value is (80,18,105). Sum of RGB (Red+Green+Blue) = 80+18+105=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #501269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501269 is #AFED96. Grayscale: #2E2E2E. Windows color (decimal): -11529623 or 6885968. OLE color: 6885968.

HSL color Cylindrical-coordinate representation of color #501269: hue angle of 282.76º degrees, saturation: 0.71, 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 #501269 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 18 105 -
CMYK 0.24 0.83 0 0.59
HSL 282.76º 0.71% 0.24% -
HSV(B) 282.76º 0.83% 0.41% -
XYZ 6.07 3.16 13.65 -
YUV 46.46 161.04 151.93 -
System Red Green Blue C M Y K H S L
Decimal 80 18 105 0.24 0.83 0 0.59 282.76 0.71 0.24
Hex 50 12 69 18 53 0 3B 11B 47 18
Octal 120 22 151 30 123 0 73 433 107 30
Binary 1010000 10010 1101001 11000 1010011 0 111011 100011011 1000111 11000

Color Harmonies of #501269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501269

Black with #501269

Text Example


Text Example

White with #501269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501269; }

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

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

background-color css

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

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

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

border-color css

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

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

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