Html Css Color HEX #501366 Scarlet Gum

📋 copy color: '#501366'

red 80 ◦ green 19 ◦ blue 102

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

Shades of Scarlet Gum #501366

Tints of Scarlet Gum #501366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 50.75%

R = 39.8%
G = 9.45%
B = 50.75%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#501366 (or 0x501366) is known color: Scarlet Gum. HEX triplet: 50, 13 and 66. RGB value is (80,19,102). Sum of RGB (Red+Green+Blue) = 80+19+102=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #501366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501366 is #AFEC99. Grayscale: #2E2E2E. Windows color (decimal): -11529370 or 6689616. OLE color: 6689616.

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

Color convert

RGB 80 19 102 -
CMYK 0.22 0.81 0 0.6
HSL 284.1º 0.69% 0.24% -
HSV(B) 284.1º 0.81% 0.4% -
XYZ 5.94 3.13 12.86 -
YUV 46.7 159.21 151.75 -
System Red Green Blue C M Y K H S L
Decimal 80 19 102 0.22 0.81 0 0.6 284.1 0.69 0.24
Hex 50 13 66 16 51 0 3C 11C 45 18
Octal 120 23 146 26 121 0 74 434 105 30
Binary 1010000 10011 1100110 10110 1010001 0 111100 100011100 1000101 11000

Color Harmonies of #501366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501366

Black with #501366

Text Example


Text Example

White with #501366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501366; }

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

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

background-color css

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

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

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

border-color css

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

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

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