Html Css Color HEX #501365 Scarlet Gum

📋 copy color: '#501365'

red 80 ◦ green 19 ◦ blue 101

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

Shades of Scarlet Gum #501365

Tints of Scarlet Gum #501365

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.5%

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

R = 40%
G = 9.5%
B = 50.5%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#501365 (or 0x501365) is known color: Scarlet Gum. HEX triplet: 50, 13 and 65. RGB value is (80,19,101). Sum of RGB (Red+Green+Blue) = 80+19+101=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #501365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501365 is #AFEC9A. Grayscale: #2E2E2E. Windows color (decimal): -11529371 or 6624080. OLE color: 6624080.

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

Color convert

RGB 80 19 101 -
CMYK 0.21 0.81 0 0.60
HSL 284.63º 0.68% 0.24% -
HSV(B) 284.63º 0.81% 0.4% -
XYZ 5.89 3.11 12.6 -
YUV 46.59 158.71 151.83 -
System Red Green Blue C M Y K H S L
Decimal 80 19 101 0.21 0.81 0 0.60 284.63 0.68 0.24
Hex 50 13 65 15 51 0 3C 11D 44 18
Octal 120 23 145 25 121 0 74 435 104 30
Binary 1010000 10011 1100101 10101 1010001 0 111100 100011101 1000100 11000

Color Harmonies of #501365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501365

Black with #501365

Text Example


Text Example

White with #501365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501365; }

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

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

background-color css

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

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

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

border-color css

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

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

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