Html Css Color HEX #501369 Scarlet Gum

📋 copy color: '#501369'

red 80 ◦ green 19 ◦ blue 105

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

Shades of Scarlet Gum #501369

Tints of Scarlet Gum #501369

RGB

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

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

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

R = 39.22%
G = 9.31%
B = 51.47%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#501369 (or 0x501369) is known color: Scarlet Gum. HEX triplet: 50, 13 and 69. RGB value is (80,19,105). Sum of RGB (Red+Green+Blue) = 80+19+105=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #501369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501369 is #AFEC96. Grayscale: #2E2E2E. Windows color (decimal): -11529367 or 6886224. OLE color: 6886224.

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

Color convert

RGB 80 19 105 -
CMYK 0.24 0.82 0 0.59
HSL 282.56º 0.69% 0.24% -
HSV(B) 282.56º 0.82% 0.41% -
XYZ 6.09 3.19 13.66 -
YUV 47.04 160.71 151.51 -
System Red Green Blue C M Y K H S L
Decimal 80 19 105 0.24 0.82 0 0.59 282.56 0.69 0.24
Hex 50 13 69 18 52 0 3B 11B 45 18
Octal 120 23 151 30 122 0 73 433 105 30
Binary 1010000 10011 1101001 11000 1010010 0 111011 100011011 1000101 11000

Color Harmonies of #501369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501369

Black with #501369

Text Example


Text Example

White with #501369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501369; }

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

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

background-color css

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

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

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

border-color css

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

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

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