Html Css Color HEX #501164 Scarlet Gum

📋 copy color: '#501164'

red 80 ◦ green 17 ◦ blue 100

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

Shades of Scarlet Gum #501164

Tints of Scarlet Gum #501164

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.63%

 BLUE value IS 100 (39.45% from 255) = 50.76%

R = 40.61%
G = 8.63%
B = 50.76%

CMYK

 C value IS 0.2

 M value IS 0.83

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#501164 (or 0x501164) is known color: Scarlet Gum. HEX triplet: 50, 11 and 64. RGB value is (80,17,100). Sum of RGB (Red+Green+Blue) = 80+17+100=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 100 (39.45% from 255 or 50.76% from 197); Max value from RGB is 100 - color contains mainly: blue. Hex color #501164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501164 is #AFEE9B. Grayscale: #2D2D2D. Windows color (decimal): -11529884 or 6558032. OLE color: 6558032.

HSL color Cylindrical-coordinate representation of color #501164: hue angle of 285.54º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501164 is Cyan = 0.2, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 17 100 -
CMYK 0.2 0.83 0 0.61
HSL 285.54º 0.71% 0.23% -
HSV(B) 285.54º 0.83% 0.39% -
XYZ 5.81 3.03 12.33 -
YUV 45.3 158.87 152.75 -
System Red Green Blue C M Y K H S L
Decimal 80 17 100 0.2 0.83 0 0.61 285.54 0.71 0.23
Hex 50 11 64 14 53 0 3D 11E 47 17
Octal 120 21 144 24 123 0 75 436 107 27
Binary 1010000 10001 1100100 10100 1010011 0 111101 100011110 1000111 10111

Color Harmonies of #501164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501164

Black with #501164

Text Example


Text Example

White with #501164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501164; }

 p { color: rgb(80,17,100); }

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

background-color css

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

 a { background-color: rgb(80,17,100); }

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

border-color css

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

 span { border-color: rgb(80,17,100); }

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