Html Css Color HEX #501D76 Blue Diamond

📋 copy color: '#501D76'

red 80 ◦ green 29 ◦ blue 118

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

Shades of Blue Diamond #501D76

Tints of Blue Diamond #501D76

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.78%

 BLUE value IS 118 (46.48% from 255) = 51.98%

R = 35.24%
G = 12.78%
B = 51.98%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#501D76 (or 0x501D76) is known color: Blue Diamond. HEX triplet: 50, 1D and 76. RGB value is (80,29,118). Sum of RGB (Red+Green+Blue) = 80+29+118=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #501D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501D76 is #AFE289. Grayscale: #363636. Windows color (decimal): -11526794 or 7740752. OLE color: 7740752.

HSL color Cylindrical-coordinate representation of color #501D76: hue angle of 274.38º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501D76 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 29 118 -
CMYK 0.32 0.75 0 0.54
HSL 274.38º 0.61% 0.29% -
HSV(B) 274.38º 0.75% 0.46% -
XYZ 7.02 3.89 17.52 -
YUV 54.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 80 29 118 0.32 0.75 0 0.54 274.38 0.61 0.29
Hex 50 1D 76 20 4B 0 36 112 3D 1D
Octal 120 35 166 40 113 0 66 422 75 35
Binary 1010000 11101 1110110 100000 1001011 0 110110 100010010 111101 11101

Color Harmonies of #501D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501D76

Black with #501D76

Text Example


Text Example

White with #501D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501D76; }

 p { color: rgb(80,29,118); }

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

background-color css

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

 a { background-color: rgb(80,29,118); }

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

border-color css

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

 span { border-color: rgb(80,29,118); }

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