Html Css Color HEX #501568 Scarlet Gum

📋 copy color: '#501568'

red 80 ◦ green 21 ◦ blue 104

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

Shades of Scarlet Gum #501568

Tints of Scarlet Gum #501568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.73%

R = 39.02%
G = 10.24%
B = 50.73%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#501568 (or 0x501568) is known color: Scarlet Gum. HEX triplet: 50, 15 and 68. RGB value is (80,21,104). Sum of RGB (Red+Green+Blue) = 80+21+104=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #501568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501568 is #AFEA97. Grayscale: #2F2F2F. Windows color (decimal): -11528856 or 6821200. OLE color: 6821200.

HSL color Cylindrical-coordinate representation of color #501568: hue angle of 282.65º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501568 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 21 104 -
CMYK 0.23 0.80 0 0.59
HSL 282.65º 0.66% 0.25% -
HSV(B) 282.65º 0.8% 0.41% -
XYZ 6.08 3.24 13.4 -
YUV 48.1 159.55 150.75 -
System Red Green Blue C M Y K H S L
Decimal 80 21 104 0.23 0.80 0 0.59 282.65 0.66 0.25
Hex 50 15 68 17 50 0 3B 11B 42 19
Octal 120 25 150 27 120 0 73 433 102 31
Binary 1010000 10101 1101000 10111 1010000 0 111011 100011011 1000010 11001

Color Harmonies of #501568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501568

Black with #501568

Text Example


Text Example

White with #501568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501568; }

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

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

background-color css

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

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

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

border-color css

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

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

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