Html Css Color HEX #501767 Scarlet Gum

📋 copy color: '#501767'

red 80 ◦ green 23 ◦ blue 103

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

Shades of Scarlet Gum #501767

Tints of Scarlet Gum #501767

RGB

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

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

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

R = 38.83%
G = 11.17%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#501767 (or 0x501767) is known color: Scarlet Gum. HEX triplet: 50, 17 and 67. RGB value is (80,23,103). Sum of RGB (Red+Green+Blue) = 80+23+103=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #501767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501767 is #AFE898. Grayscale: #303030. Windows color (decimal): -11528345 or 6756176. OLE color: 6756176.

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

Color convert

RGB 80 23 103 -
CMYK 0.22 0.78 0 0.60
HSL 282.75º 0.63% 0.25% -
HSV(B) 282.75º 0.78% 0.4% -
XYZ 6.06 3.3 13.15 -
YUV 49.16 158.38 150 -
System Red Green Blue C M Y K H S L
Decimal 80 23 103 0.22 0.78 0 0.60 282.75 0.63 0.25
Hex 50 17 67 16 4E 0 3C 11B 3F 19
Octal 120 27 147 26 116 0 74 433 77 31
Binary 1010000 10111 1100111 10110 1001110 0 111100 100011011 111111 11001

Color Harmonies of #501767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501767

Black with #501767

Text Example


Text Example

White with #501767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501767; }

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

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

background-color css

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

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

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

border-color css

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

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

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