Html Css Color HEX #501967 Scarlet Gum

📋 copy color: '#501967'

red 80 ◦ green 25 ◦ blue 103

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

Shades of Scarlet Gum #501967

Tints of Scarlet Gum #501967

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.02%

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

R = 38.46%
G = 12.02%
B = 49.52%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#501967 (or 0x501967) is known color: Scarlet Gum. HEX triplet: 50, 19 and 67. RGB value is (80,25,103). Sum of RGB (Red+Green+Blue) = 80+25+103=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #501967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501967 is #AFE698. Grayscale: #323232. Windows color (decimal): -11527833 or 6756688. OLE color: 6756688.

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

Color convert

RGB 80 25 103 -
CMYK 0.22 0.76 0 0.60
HSL 282.31º 0.61% 0.25% -
HSV(B) 282.31º 0.76% 0.4% -
XYZ 6.1 3.38 13.16 -
YUV 50.34 157.72 149.16 -
System Red Green Blue C M Y K H S L
Decimal 80 25 103 0.22 0.76 0 0.60 282.31 0.61 0.25
Hex 50 19 67 16 4C 0 3C 11A 3D 19
Octal 120 31 147 26 114 0 74 432 75 31
Binary 1010000 11001 1100111 10110 1001100 0 111100 100011010 111101 11001

Color Harmonies of #501967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501967

Black with #501967

Text Example


Text Example

White with #501967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501967; }

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

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

background-color css

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

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

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

border-color css

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

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

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