Html Css Color HEX #502563 Scarlet Gum

📋 copy color: '#502563'

red 80 ◦ green 37 ◦ blue 99

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

Shades of Scarlet Gum #502563

Tints of Scarlet Gum #502563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45.83%

R = 37.04%
G = 17.13%
B = 45.83%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#502563 (or 0x502563) is known color: Scarlet Gum. HEX triplet: 50, 25 and 63. RGB value is (80,37,99). Sum of RGB (Red+Green+Blue) = 80+37+99=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #502563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502563 is #AFDA9C. Grayscale: #383838. Windows color (decimal): -11524765 or 6497616. OLE color: 6497616.

HSL color Cylindrical-coordinate representation of color #502563: hue angle of 281.61º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #502563 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 37 99 -
CMYK 0.19 0.63 0 0.61
HSL 281.61º 0.46% 0.27% -
HSV(B) 281.61º 0.63% 0.39% -
XYZ 6.22 3.93 12.23 -
YUV 56.93 151.75 144.46 -
System Red Green Blue C M Y K H S L
Decimal 80 37 99 0.19 0.63 0 0.61 281.61 0.46 0.27
Hex 50 25 63 13 3F 0 3D 11A 2E 1B
Octal 120 45 143 23 77 0 75 432 56 33
Binary 1010000 100101 1100011 10011 111111 0 111101 100011010 101110 11011

Color Harmonies of #502563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502563

Black with #502563

Text Example


Text Example

White with #502563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502563; }

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

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

background-color css

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

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

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

border-color css

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

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

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