Html Css Color HEX #502468 Scarlet Gum

📋 copy color: '#502468'

red 80 ◦ green 36 ◦ blue 104

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

Shades of Scarlet Gum #502468

Tints of Scarlet Gum #502468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.36%

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

R = 36.36%
G = 16.36%
B = 47.27%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#502468 (or 0x502468) is known color: Scarlet Gum. HEX triplet: 50, 24 and 68. RGB value is (80,36,104). Sum of RGB (Red+Green+Blue) = 80+36+104=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #502468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502468 is #AFDB97. Grayscale: #383838. Windows color (decimal): -11525016 or 6825040. OLE color: 6825040.

HSL color Cylindrical-coordinate representation of color #502468: hue angle of 278.82º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #502468 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 36 104 -
CMYK 0.23 0.65 0 0.59
HSL 278.82º 0.49% 0.27% -
HSV(B) 278.82º 0.65% 0.41% -
XYZ 6.44 3.97 13.52 -
YUV 56.91 154.58 144.47 -
System Red Green Blue C M Y K H S L
Decimal 80 36 104 0.23 0.65 0 0.59 278.82 0.49 0.27
Hex 50 24 68 17 41 0 3B 117 31 1B
Octal 120 44 150 27 101 0 73 427 61 33
Binary 1010000 100100 1101000 10111 1000001 0 111011 100010111 110001 11011

Color Harmonies of #502468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502468

Black with #502468

Text Example


Text Example

White with #502468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502468; }

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

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

background-color css

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

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

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

border-color css

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

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

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