Html Css Color HEX #502167 Scarlet Gum

📋 copy color: '#502167'

red 80 ◦ green 33 ◦ blue 103

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

Shades of Scarlet Gum #502167

Tints of Scarlet Gum #502167

RGB

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

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

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

R = 37.04%
G = 15.28%
B = 47.69%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#502167 (or 0x502167) is known color: Scarlet Gum. HEX triplet: 50, 21 and 67. RGB value is (80,33,103). Sum of RGB (Red+Green+Blue) = 80+33+103=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 103 - color contains mainly: blue. Hex color #502167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502167 is #AFDE98. Grayscale: #363636. Windows color (decimal): -11525785 or 6758736. OLE color: 6758736.

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

Color convert

RGB 80 33 103 -
CMYK 0.22 0.68 0 0.60
HSL 280.29º 0.51% 0.27% -
HSV(B) 280.29º 0.68% 0.4% -
XYZ 6.3 3.77 13.23 -
YUV 55.03 155.07 145.81 -
System Red Green Blue C M Y K H S L
Decimal 80 33 103 0.22 0.68 0 0.60 280.29 0.51 0.27
Hex 50 21 67 16 44 0 3C 118 33 1B
Octal 120 41 147 26 104 0 74 430 63 33
Binary 1010000 100001 1100111 10110 1000100 0 111100 100011000 110011 11011

Color Harmonies of #502167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502167

Black with #502167

Text Example


Text Example

White with #502167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502167; }

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

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

background-color css

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

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

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

border-color css

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

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

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