Html Css Color HEX #501367 Scarlet Gum

📋 copy color: '#501367'

red 80 ◦ green 19 ◦ blue 103

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

Shades of Scarlet Gum #501367

Tints of Scarlet Gum #501367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 50.99%

R = 39.6%
G = 9.41%
B = 50.99%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#501367 (or 0x501367) is known color: Scarlet Gum. HEX triplet: 50, 13 and 67. RGB value is (80,19,103). Sum of RGB (Red+Green+Blue) = 80+19+103=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #501367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501367 is #AFEC98. Grayscale: #2E2E2E. Windows color (decimal): -11529369 or 6755152. OLE color: 6755152.

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

Color convert

RGB 80 19 103 -
CMYK 0.22 0.82 0 0.60
HSL 283.57º 0.69% 0.24% -
HSV(B) 283.57º 0.82% 0.4% -
XYZ 5.99 3.15 13.12 -
YUV 46.82 159.71 151.67 -
System Red Green Blue C M Y K H S L
Decimal 80 19 103 0.22 0.82 0 0.60 283.57 0.69 0.24
Hex 50 13 67 16 52 0 3C 11C 45 18
Octal 120 23 147 26 122 0 74 434 105 30
Binary 1010000 10011 1100111 10110 1010010 0 111100 100011100 1000101 11000

Color Harmonies of #501367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501367

Black with #501367

Text Example


Text Example

White with #501367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501367; }

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

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

background-color css

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

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

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

border-color css

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

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

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