Html Css Color HEX #502864 Scarlet Gum

📋 copy color: '#502864'

red 80 ◦ green 40 ◦ blue 100

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

Shades of Scarlet Gum #502864

Tints of Scarlet Gum #502864

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.18%

 BLUE value IS 100 (39.45% from 255) = 45.45%

R = 36.36%
G = 18.18%
B = 45.45%

CMYK

 C value IS 0.2

 M value IS 0.6

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#502864 (or 0x502864) is known color: Scarlet Gum. HEX triplet: 50, 28 and 64. RGB value is (80,40,100). Sum of RGB (Red+Green+Blue) = 80+40+100=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 100 - color contains mainly: blue. Hex color #502864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502864 is #AFD79B. Grayscale: #3A3A3A. Windows color (decimal): -11523996 or 6563920. OLE color: 6563920.

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

Color convert

RGB 80 40 100 -
CMYK 0.2 0.6 0 0.61
HSL 280º 0.43% 0.27% -
HSV(B) 280º 0.6% 0.39% -
XYZ 6.37 4.14 12.52 -
YUV 58.8 151.25 143.12 -
System Red Green Blue C M Y K H S L
Decimal 80 40 100 0.2 0.6 0 0.61 280 0.43 0.27
Hex 50 28 64 14 3C 0 3D 118 2B 1B
Octal 120 50 144 24 74 0 75 430 53 33
Binary 1010000 101000 1100100 10100 111100 0 111101 100011000 101011 11011

Color Harmonies of #502864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502864

Black with #502864

Text Example


Text Example

White with #502864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502864; }

 p { color: rgb(80,40,100); }

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

background-color css

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

 a { background-color: rgb(80,40,100); }

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

border-color css

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

 span { border-color: rgb(80,40,100); }

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