Html Css Color HEX #502168 Scarlet Gum

📋 copy color: '#502168'

red 80 ◦ green 33 ◦ blue 104

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

Shades of Scarlet Gum #502168

Tints of Scarlet Gum #502168

RGB

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

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

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

R = 36.87%
G = 15.21%
B = 47.93%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#502168 (or 0x502168) is known color: Scarlet Gum. HEX triplet: 50, 21 and 68. RGB value is (80,33,104). Sum of RGB (Red+Green+Blue) = 80+33+104=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #502168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502168 is #AFDE97. Grayscale: #363636. Windows color (decimal): -11525784 or 6824272. OLE color: 6824272.

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

Color convert

RGB 80 33 104 -
CMYK 0.23 0.68 0 0.59
HSL 279.72º 0.52% 0.27% -
HSV(B) 279.72º 0.68% 0.41% -
XYZ 6.35 3.79 13.49 -
YUV 55.15 155.57 145.73 -
System Red Green Blue C M Y K H S L
Decimal 80 33 104 0.23 0.68 0 0.59 279.72 0.52 0.27
Hex 50 21 68 17 44 0 3B 118 34 1B
Octal 120 41 150 27 104 0 73 430 64 33
Binary 1010000 100001 1101000 10111 1000100 0 111011 100011000 110100 11011

Color Harmonies of #502168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502168

Black with #502168

Text Example


Text Example

White with #502168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502168; }

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

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

background-color css

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

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

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

border-color css

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

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

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