Html Css Color HEX #501969 Scarlet Gum

📋 copy color: '#501969'

red 80 ◦ green 25 ◦ blue 105

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

Shades of Scarlet Gum #501969

Tints of Scarlet Gum #501969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.9%

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

R = 38.1%
G = 11.9%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#501969 (or 0x501969) is known color: Scarlet Gum. HEX triplet: 50, 19 and 69. RGB value is (80,25,105). Sum of RGB (Red+Green+Blue) = 80+25+105=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #501969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501969 is #AFE696. Grayscale: #323232. Windows color (decimal): -11527831 or 6887760. OLE color: 6887760.

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

Color convert

RGB 80 25 105 -
CMYK 0.24 0.76 0 0.59
HSL 281.25º 0.62% 0.25% -
HSV(B) 281.25º 0.76% 0.41% -
XYZ 6.21 3.42 13.7 -
YUV 50.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 80 25 105 0.24 0.76 0 0.59 281.25 0.62 0.25
Hex 50 19 69 18 4C 0 3B 119 3E 19
Octal 120 31 151 30 114 0 73 431 76 31
Binary 1010000 11001 1101001 11000 1001100 0 111011 100011001 111110 11001

Color Harmonies of #501969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501969

Black with #501969

Text Example


Text Example

White with #501969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501969; }

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

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

background-color css

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

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

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

border-color css

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

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

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