Html Css Color HEX #502461 Scarlet Gum

📋 copy color: '#502461'

red 80 ◦ green 36 ◦ blue 97

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

Shades of Scarlet Gum #502461

Tints of Scarlet Gum #502461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.9%

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

R = 37.56%
G = 16.9%
B = 45.54%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#502461 (or 0x502461) is known color: Scarlet Gum. HEX triplet: 50, 24 and 61. RGB value is (80,36,97). Sum of RGB (Red+Green+Blue) = 80+36+97=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #502461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502461 is #AFDB9E. Grayscale: #373737. Windows color (decimal): -11525023 or 6366288. OLE color: 6366288.

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

Color convert

RGB 80 36 97 -
CMYK 0.18 0.63 0 0.62
HSL 283.28º 0.46% 0.26% -
HSV(B) 283.28º 0.63% 0.38% -
XYZ 6.1 3.83 11.73 -
YUV 56.11 151.08 145.04 -
System Red Green Blue C M Y K H S L
Decimal 80 36 97 0.18 0.63 0 0.62 283.28 0.46 0.26
Hex 50 24 61 12 3F 0 3E 11B 2E 1A
Octal 120 44 141 22 77 0 76 433 56 32
Binary 1010000 100100 1100001 10010 111111 0 111110 100011011 101110 11010

Color Harmonies of #502461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502461

Black with #502461

Text Example


Text Example

White with #502461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502461; }

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

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

background-color css

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

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

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

border-color css

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

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

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