Html Css Color HEX #501979 Blue Diamond

📋 copy color: '#501979'

red 80 ◦ green 25 ◦ blue 121

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

Shades of Blue Diamond #501979

Tints of Blue Diamond #501979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.06%

 BLUE value IS 121 (47.66% from 255) = 53.54%

R = 35.4%
G = 11.06%
B = 53.54%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#501979 (or 0x501979) is known color: Blue Diamond. HEX triplet: 50, 19 and 79. RGB value is (80,25,121). Sum of RGB (Red+Green+Blue) = 80+25+121=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #501979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501979 is #AFE686. Grayscale: #343434. Windows color (decimal): -11527815 or 7936336. OLE color: 7936336.

HSL color Cylindrical-coordinate representation of color #501979: hue angle of 274.38º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501979 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 25 121 -
CMYK 0.34 0.79 0 0.53
HSL 274.38º 0.66% 0.29% -
HSV(B) 274.38º 0.79% 0.47% -
XYZ 7.11 3.78 18.44 -
YUV 52.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 80 25 121 0.34 0.79 0 0.53 274.38 0.66 0.29
Hex 50 19 79 22 4F 0 35 112 42 1D
Octal 120 31 171 42 117 0 65 422 102 35
Binary 1010000 11001 1111001 100010 1001111 0 110101 100010010 1000010 11101

Color Harmonies of #501979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501979

Black with #501979

Text Example


Text Example

White with #501979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501979; }

 p { color: rgb(80,25,121); }

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

background-color css

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

 a { background-color: rgb(80,25,121); }

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

border-color css

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

 span { border-color: rgb(80,25,121); }

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