Html Css Color HEX #501765 Scarlet Gum

📋 copy color: '#501765'

red 80 ◦ green 23 ◦ blue 101

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

Shades of Scarlet Gum #501765

Tints of Scarlet Gum #501765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 49.51%

R = 39.22%
G = 11.27%
B = 49.51%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#501765 (or 0x501765) is known color: Scarlet Gum. HEX triplet: 50, 17 and 65. RGB value is (80,23,101). Sum of RGB (Red+Green+Blue) = 80+23+101=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #501765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501765 is #AFE89A. Grayscale: #303030. Windows color (decimal): -11528347 or 6625104. OLE color: 6625104.

HSL color Cylindrical-coordinate representation of color #501765: hue angle of 283.85º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501765 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 23 101 -
CMYK 0.21 0.77 0 0.60
HSL 283.85º 0.63% 0.24% -
HSV(B) 283.85º 0.77% 0.4% -
XYZ 5.96 3.26 12.63 -
YUV 48.94 157.38 150.16 -
System Red Green Blue C M Y K H S L
Decimal 80 23 101 0.21 0.77 0 0.60 283.85 0.63 0.24
Hex 50 17 65 15 4D 0 3C 11C 3F 18
Octal 120 27 145 25 115 0 74 434 77 30
Binary 1010000 10111 1100101 10101 1001101 0 111100 100011100 111111 11000

Color Harmonies of #501765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501765

Black with #501765

Text Example


Text Example

White with #501765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501765; }

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

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

background-color css

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

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

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

border-color css

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

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

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