Html Css Color HEX #502463 Scarlet Gum

📋 copy color: '#502463'

red 80 ◦ green 36 ◦ blue 99

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

Shades of Scarlet Gum #502463

Tints of Scarlet Gum #502463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.05%

R = 37.21%
G = 16.74%
B = 46.05%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#502463 (or 0x502463) is known color: Scarlet Gum. HEX triplet: 50, 24 and 63. RGB value is (80,36,99). Sum of RGB (Red+Green+Blue) = 80+36+99=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #502463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502463 is #AFDB9C. Grayscale: #383838. Windows color (decimal): -11525021 or 6497360. OLE color: 6497360.

HSL color Cylindrical-coordinate representation of color #502463: hue angle of 281.9º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #502463 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 36 99 -
CMYK 0.19 0.64 0 0.61
HSL 281.9º 0.47% 0.26% -
HSV(B) 281.9º 0.64% 0.39% -
XYZ 6.19 3.87 12.22 -
YUV 56.34 152.08 144.88 -
System Red Green Blue C M Y K H S L
Decimal 80 36 99 0.19 0.64 0 0.61 281.9 0.47 0.26
Hex 50 24 63 13 40 0 3D 11A 2F 1A
Octal 120 44 143 23 100 0 75 432 57 32
Binary 1010000 100100 1100011 10011 1000000 0 111101 100011010 101111 11010

Color Harmonies of #502463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502463

Black with #502463

Text Example


Text Example

White with #502463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502463; }

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

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

background-color css

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

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

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

border-color css

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

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

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