Html Css Color HEX #503362 Scarlet Gum

📋 copy color: '#503362'

red 80 ◦ green 51 ◦ blue 98

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

Shades of Scarlet Gum #503362

Tints of Scarlet Gum #503362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.27%

 BLUE value IS 98 (38.67% from 255) = 42.79%

R = 34.93%
G = 22.27%
B = 42.79%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#503362 (or 0x503362) is known color: Scarlet Gum. HEX triplet: 50, 33 and 62. RGB value is (80,51,98). Sum of RGB (Red+Green+Blue) = 80+51+98=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #503362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503362 is #AFCC9D. Grayscale: #404040. Windows color (decimal): -11521182 or 6435664. OLE color: 6435664.

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

Color convert

RGB 80 51 98 -
CMYK 0.18 0.48 0 0.62
HSL 277.02º 0.32% 0.29% -
HSV(B) 277.02º 0.48% 0.38% -
XYZ 6.7 4.95 12.16 -
YUV 65.03 146.61 138.68 -
System Red Green Blue C M Y K H S L
Decimal 80 51 98 0.18 0.48 0 0.62 277.02 0.32 0.29
Hex 50 33 62 12 30 0 3E 115 20 1D
Octal 120 63 142 22 60 0 76 425 40 35
Binary 1010000 110011 1100010 10010 110000 0 111110 100010101 100000 11101

Color Harmonies of #503362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503362

Black with #503362

Text Example


Text Example

White with #503362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503362; }

 p { color: rgb(80,51,98); }

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

background-color css

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

 a { background-color: rgb(80,51,98); }

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

border-color css

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

 span { border-color: rgb(80,51,98); }

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