Html Css Color HEX #502867 Scarlet Gum

📋 copy color: '#502867'

red 80 ◦ green 40 ◦ blue 103

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

Shades of Scarlet Gum #502867

Tints of Scarlet Gum #502867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 46.19%

R = 35.87%
G = 17.94%
B = 46.19%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#502867 (or 0x502867) is known color: Scarlet Gum. HEX triplet: 50, 28 and 67. RGB value is (80,40,103). Sum of RGB (Red+Green+Blue) = 80+40+103=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 103 - color contains mainly: blue. Hex color #502867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502867 is #AFD798. Grayscale: #3A3A3A. Windows color (decimal): -11523993 or 6760528. OLE color: 6760528.

HSL color Cylindrical-coordinate representation of color #502867: hue angle of 278.1º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #502867 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 40 103 -
CMYK 0.22 0.61 0 0.60
HSL 278.1º 0.44% 0.28% -
HSV(B) 278.1º 0.61% 0.4% -
XYZ 6.52 4.2 13.3 -
YUV 59.14 152.75 142.88 -
System Red Green Blue C M Y K H S L
Decimal 80 40 103 0.22 0.61 0 0.60 278.1 0.44 0.28
Hex 50 28 67 16 3D 0 3C 116 2C 1C
Octal 120 50 147 26 75 0 74 426 54 34
Binary 1010000 101000 1100111 10110 111101 0 111100 100010110 101100 11100

Color Harmonies of #502867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502867

Black with #502867

Text Example


Text Example

White with #502867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502867; }

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

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

background-color css

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

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

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

border-color css

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

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

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