Html Css Color HEX #502268 Scarlet Gum

📋 copy color: '#502268'

red 80 ◦ green 34 ◦ blue 104

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

Shades of Scarlet Gum #502268

Tints of Scarlet Gum #502268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.6%

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

R = 36.7%
G = 15.6%
B = 47.71%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#502268 (or 0x502268) is known color: Scarlet Gum. HEX triplet: 50, 22 and 68. RGB value is (80,34,104). Sum of RGB (Red+Green+Blue) = 80+34+104=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #502268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502268 is #AFDD97. Grayscale: #373737. Windows color (decimal): -11525528 or 6824528. OLE color: 6824528.

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

Color convert

RGB 80 34 104 -
CMYK 0.23 0.67 0 0.59
HSL 279.43º 0.51% 0.27% -
HSV(B) 279.43º 0.67% 0.41% -
XYZ 6.38 3.85 13.5 -
YUV 55.73 155.24 145.31 -
System Red Green Blue C M Y K H S L
Decimal 80 34 104 0.23 0.67 0 0.59 279.43 0.51 0.27
Hex 50 22 68 17 43 0 3B 117 33 1B
Octal 120 42 150 27 103 0 73 427 63 33
Binary 1010000 100010 1101000 10111 1000011 0 111011 100010111 110011 11011

Color Harmonies of #502268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502268

Black with #502268

Text Example


Text Example

White with #502268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502268; }

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

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

background-color css

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

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

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

border-color css

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

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

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