Html Css Color HEX #503178 Blue Diamond

📋 copy color: '#503178'

red 80 ◦ green 49 ◦ blue 120

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

Shades of Blue Diamond #503178

Tints of Blue Diamond #503178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 48.19%

R = 32.13%
G = 19.68%
B = 48.19%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#503178 (or 0x503178) is known color: Blue Diamond. HEX triplet: 50, 31 and 78. RGB value is (80,49,120). Sum of RGB (Red+Green+Blue) = 80+49+120=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #503178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503178 is #AFCE87. Grayscale: #424242. Windows color (decimal): -11521672 or 7876944. OLE color: 7876944.

HSL color Cylindrical-coordinate representation of color #503178: hue angle of 266.2º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #503178 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 49 120 -
CMYK 0.33 0.59 0 0.53
HSL 266.2º 0.42% 0.33% -
HSV(B) 266.2º 0.59% 0.47% -
XYZ 7.8 5.26 18.37 -
YUV 66.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 80 49 120 0.33 0.59 0 0.53 266.2 0.42 0.33
Hex 50 31 78 21 3B 0 35 10A 2A 21
Octal 120 61 170 41 73 0 65 412 52 41
Binary 1010000 110001 1111000 100001 111011 0 110101 100001010 101010 100001

Color Harmonies of #503178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503178

Black with #503178

Text Example


Text Example

White with #503178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503178; }

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

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

background-color css

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

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

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

border-color css

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

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

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