Html Css Color HEX #503165 Scarlet Gum

📋 copy color: '#503165'

red 80 ◦ green 49 ◦ blue 101

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

Shades of Scarlet Gum #503165

Tints of Scarlet Gum #503165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.3%

 BLUE value IS 101 (39.84% from 255) = 43.91%

R = 34.78%
G = 21.3%
B = 43.91%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#503165 (or 0x503165) is known color: Scarlet Gum. HEX triplet: 50, 31 and 65. RGB value is (80,49,101). Sum of RGB (Red+Green+Blue) = 80+49+101=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 101 - color contains mainly: blue. Hex color #503165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503165 is #AFCE9A. Grayscale: #404040. Windows color (decimal): -11521691 or 6631760. OLE color: 6631760.

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

Color convert

RGB 80 49 101 -
CMYK 0.21 0.51 0 0.60
HSL 275.77º 0.35% 0.29% -
HSV(B) 275.77º 0.51% 0.4% -
XYZ 6.76 4.84 12.89 -
YUV 64.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 80 49 101 0.21 0.51 0 0.60 275.77 0.35 0.29
Hex 50 31 65 15 33 0 3C 114 23 1D
Octal 120 61 145 25 63 0 74 424 43 35
Binary 1010000 110001 1100101 10101 110011 0 111100 100010100 100011 11101

Color Harmonies of #503165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503165

Black with #503165

Text Example


Text Example

White with #503165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503165; }

 p { color: rgb(80,49,101); }

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

background-color css

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

 a { background-color: rgb(80,49,101); }

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

border-color css

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

 span { border-color: rgb(80,49,101); }

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