Html Css Color HEX #501565 Scarlet Gum

📋 copy color: '#501565'

red 80 ◦ green 21 ◦ blue 101

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

Shades of Scarlet Gum #501565

Tints of Scarlet Gum #501565

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.4%

 BLUE value IS 101 (39.84% from 255) = 50%

R = 39.6%
G = 10.4%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#501565 (or 0x501565) is known color: Scarlet Gum. HEX triplet: 50, 15 and 65. RGB value is (80,21,101). Sum of RGB (Red+Green+Blue) = 80+21+101=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #501565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501565 is #AFEA9A. Grayscale: #2F2F2F. Windows color (decimal): -11528859 or 6624592. OLE color: 6624592.

HSL color Cylindrical-coordinate representation of color #501565: hue angle of 284.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501565 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 21 101 -
CMYK 0.21 0.79 0 0.60
HSL 284.25º 0.66% 0.24% -
HSV(B) 284.25º 0.79% 0.4% -
XYZ 5.93 3.18 12.61 -
YUV 47.76 158.05 151 -
System Red Green Blue C M Y K H S L
Decimal 80 21 101 0.21 0.79 0 0.60 284.25 0.66 0.24
Hex 50 15 65 15 4F 0 3C 11C 42 18
Octal 120 25 145 25 117 0 74 434 102 30
Binary 1010000 10101 1100101 10101 1001111 0 111100 100011100 1000010 11000

Color Harmonies of #501565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501565

Black with #501565

Text Example


Text Example

White with #501565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501565; }

 p { color: rgb(80,21,101); }

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

background-color css

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

 a { background-color: rgb(80,21,101); }

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

border-color css

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

 span { border-color: rgb(80,21,101); }

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