Html Css Color HEX #501769 Scarlet Gum

📋 copy color: '#501769'

red 80 ◦ green 23 ◦ blue 105

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

Shades of Scarlet Gum #501769

Tints of Scarlet Gum #501769

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.06%

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

R = 38.46%
G = 11.06%
B = 50.48%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#501769 (or 0x501769) is known color: Scarlet Gum. HEX triplet: 50, 17 and 69. RGB value is (80,23,105). Sum of RGB (Red+Green+Blue) = 80+23+105=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #501769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501769 is #AFE896. Grayscale: #313131. Windows color (decimal): -11528343 or 6887248. OLE color: 6887248.

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

Color convert

RGB 80 23 105 -
CMYK 0.24 0.78 0 0.59
HSL 281.71º 0.64% 0.25% -
HSV(B) 281.71º 0.78% 0.41% -
XYZ 6.16 3.34 13.68 -
YUV 49.39 159.38 149.83 -
System Red Green Blue C M Y K H S L
Decimal 80 23 105 0.24 0.78 0 0.59 281.71 0.64 0.25
Hex 50 17 69 18 4E 0 3B 11A 40 19
Octal 120 27 151 30 116 0 73 432 100 31
Binary 1010000 10111 1101001 11000 1001110 0 111011 100011010 1000000 11001

Color Harmonies of #501769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501769

Black with #501769

Text Example


Text Example

White with #501769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501769; }

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

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

background-color css

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

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

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

border-color css

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

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

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