Html Css Color HEX #501B6B Scarlet Gum

📋 copy color: '#501B6B'

red 80 ◦ green 27 ◦ blue 107

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

Shades of Scarlet Gum #501B6B

Tints of Scarlet Gum #501B6B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.62%

 BLUE value IS 107 (42.19% from 255) = 50%

R = 37.38%
G = 12.62%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#501B6B (or 0x501B6B) is known color: Scarlet Gum. HEX triplet: 50, 1B and 6B. RGB value is (80,27,107). Sum of RGB (Red+Green+Blue) = 80+27+107=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #501B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501B6B is #AFE494. Grayscale: #333333. Windows color (decimal): -11527317 or 7019344. OLE color: 7019344.

HSL color Cylindrical-coordinate representation of color #501B6B: hue angle of 279.75º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501B6B is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 27 107 -
CMYK 0.25 0.75 0 0.58
HSL 279.75º 0.6% 0.26% -
HSV(B) 279.75º 0.75% 0.42% -
XYZ 6.35 3.55 14.26 -
YUV 51.97 159.06 148 -
System Red Green Blue C M Y K H S L
Decimal 80 27 107 0.25 0.75 0 0.58 279.75 0.6 0.26
Hex 50 1B 6B 19 4B 0 3A 118 3C 1A
Octal 120 33 153 31 113 0 72 430 74 32
Binary 1010000 11011 1101011 11001 1001011 0 111010 100011000 111100 11010

Color Harmonies of #501B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501B6B

Black with #501B6B

Text Example


Text Example

White with #501B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501B6B; }

 p { color: rgb(80,27,107); }

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

background-color css

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

 a { background-color: rgb(80,27,107); }

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

border-color css

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

 span { border-color: rgb(80,27,107); }

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