Html Css Color HEX #502661 Scarlet Gum

📋 copy color: '#502661'

red 80 ◦ green 38 ◦ blue 97

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

Shades of Scarlet Gum #502661

Tints of Scarlet Gum #502661

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.67%

 BLUE value IS 97 (38.28% from 255) = 45.12%

R = 37.21%
G = 17.67%
B = 45.12%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#502661 (or 0x502661) is known color: Scarlet Gum. HEX triplet: 50, 26 and 61. RGB value is (80,38,97). Sum of RGB (Red+Green+Blue) = 80+38+97=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #502661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502661 is #AFD99E. Grayscale: #393939. Windows color (decimal): -11524511 or 6366800. OLE color: 6366800.

HSL color Cylindrical-coordinate representation of color #502661: hue angle of 282.71º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #502661 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 38 97 -
CMYK 0.18 0.61 0 0.62
HSL 282.71º 0.44% 0.26% -
HSV(B) 282.71º 0.61% 0.38% -
XYZ 6.16 3.95 11.75 -
YUV 57.28 150.41 144.2 -
System Red Green Blue C M Y K H S L
Decimal 80 38 97 0.18 0.61 0 0.62 282.71 0.44 0.26
Hex 50 26 61 12 3D 0 3E 11B 2C 1A
Octal 120 46 141 22 75 0 76 433 54 32
Binary 1010000 100110 1100001 10010 111101 0 111110 100011011 101100 11010

Color Harmonies of #502661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502661

Black with #502661

Text Example


Text Example

White with #502661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502661; }

 p { color: rgb(80,38,97); }

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

background-color css

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

 a { background-color: rgb(80,38,97); }

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

border-color css

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

 span { border-color: rgb(80,38,97); }

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