Html Css Color HEX #501066 Scarlet Gum

📋 copy color: '#501066'

red 80 ◦ green 16 ◦ blue 102

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

Shades of Scarlet Gum #501066

Tints of Scarlet Gum #501066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.08%

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

R = 40.4%
G = 8.08%
B = 51.52%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#501066 (or 0x501066) is known color: Scarlet Gum. HEX triplet: 50, 10 and 66. RGB value is (80,16,102). Sum of RGB (Red+Green+Blue) = 80+16+102=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #501066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501066 is #AFEF99. Grayscale: #2C2C2C. Windows color (decimal): -11530138 or 6688848. OLE color: 6688848.

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

Color convert

RGB 80 16 102 -
CMYK 0.22 0.84 0 0.6
HSL 284.65º 0.73% 0.23% -
HSV(B) 284.65º 0.84% 0.4% -
XYZ 5.89 3.04 12.85 -
YUV 44.94 160.2 153.01 -
System Red Green Blue C M Y K H S L
Decimal 80 16 102 0.22 0.84 0 0.6 284.65 0.73 0.23
Hex 50 10 66 16 54 0 3C 11D 49 17
Octal 120 20 146 26 124 0 74 435 111 27
Binary 1010000 10000 1100110 10110 1010100 0 111100 100011101 1001001 10111

Color Harmonies of #501066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501066

Black with #501066

Text Example


Text Example

White with #501066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501066; }

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

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

background-color css

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

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

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

border-color css

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

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

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