Html Css Color HEX #502560 Scarlet Gum

📋 copy color: '#502560'

red 80 ◦ green 37 ◦ blue 96

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

Shades of Scarlet Gum #502560

Tints of Scarlet Gum #502560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.37%

 BLUE value IS 96 (37.89% from 255) = 45.07%

R = 37.56%
G = 17.37%
B = 45.07%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#502560 (or 0x502560) is known color: Scarlet Gum. HEX triplet: 50, 25 and 60. RGB value is (80,37,96). Sum of RGB (Red+Green+Blue) = 80+37+96=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #502560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502560 is #AFDA9F. Grayscale: #383838. Windows color (decimal): -11524768 or 6301008. OLE color: 6301008.

HSL color Cylindrical-coordinate representation of color #502560: hue angle of 283.73º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #502560 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 37 96 -
CMYK 0.17 0.61 0 0.62
HSL 283.73º 0.44% 0.26% -
HSV(B) 283.73º 0.61% 0.38% -
XYZ 6.08 3.87 11.49 -
YUV 56.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 80 37 96 0.17 0.61 0 0.62 283.73 0.44 0.26
Hex 50 25 60 11 3D 0 3E 11C 2C 1A
Octal 120 45 140 21 75 0 76 434 54 32
Binary 1010000 100101 1100000 10001 111101 0 111110 100011100 101100 11010

Color Harmonies of #502560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502560

Black with #502560

Text Example


Text Example

White with #502560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502560; }

 p { color: rgb(80,37,96); }

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

background-color css

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

 a { background-color: rgb(80,37,96); }

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

border-color css

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

 span { border-color: rgb(80,37,96); }

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