Html Css Color HEX #502169 Scarlet Gum

📋 copy color: '#502169'

red 80 ◦ green 33 ◦ blue 105

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

Shades of Scarlet Gum #502169

Tints of Scarlet Gum #502169

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.14%

 BLUE value IS 105 (41.41% from 255) = 48.17%

R = 36.7%
G = 15.14%
B = 48.17%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#502169 (or 0x502169) is known color: Scarlet Gum. HEX triplet: 50, 21 and 69. RGB value is (80,33,105). Sum of RGB (Red+Green+Blue) = 80+33+105=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #502169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502169 is #AFDE96. Grayscale: #373737. Windows color (decimal): -11525783 or 6889808. OLE color: 6889808.

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

Color convert

RGB 80 33 105 -
CMYK 0.24 0.69 0 0.59
HSL 279.17º 0.52% 0.27% -
HSV(B) 279.17º 0.69% 0.41% -
XYZ 6.4 3.81 13.76 -
YUV 55.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 80 33 105 0.24 0.69 0 0.59 279.17 0.52 0.27
Hex 50 21 69 18 45 0 3B 117 34 1B
Octal 120 41 151 30 105 0 73 427 64 33
Binary 1010000 100001 1101001 11000 1000101 0 111011 100010111 110100 11011

Color Harmonies of #502169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502169

Black with #502169

Text Example


Text Example

White with #502169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502169; }

 p { color: rgb(80,33,105); }

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

background-color css

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

 a { background-color: rgb(80,33,105); }

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

border-color css

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

 span { border-color: rgb(80,33,105); }

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