Html Css Color HEX #501772 Blue Diamond

📋 copy color: '#501772'

red 80 ◦ green 23 ◦ blue 114

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

Shades of Blue Diamond #501772

Tints of Blue Diamond #501772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.6%

 BLUE value IS 114 (44.92% from 255) = 52.53%

R = 36.87%
G = 10.6%
B = 52.53%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#501772 (or 0x501772) is known color: Blue Diamond. HEX triplet: 50, 17 and 72. RGB value is (80,23,114). Sum of RGB (Red+Green+Blue) = 80+23+114=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #501772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501772 is #AFE88D. Grayscale: #323232. Windows color (decimal): -11528334 or 7477072. OLE color: 7477072.

HSL color Cylindrical-coordinate representation of color #501772: hue angle of 277.58º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501772 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 23 114 -
CMYK 0.30 0.80 0 0.55
HSL 277.58º 0.66% 0.27% -
HSV(B) 277.58º 0.8% 0.45% -
XYZ 6.65 3.53 16.25 -
YUV 50.42 163.88 149.1 -
System Red Green Blue C M Y K H S L
Decimal 80 23 114 0.30 0.80 0 0.55 277.58 0.66 0.27
Hex 50 17 72 1E 50 0 37 116 42 1B
Octal 120 27 162 36 120 0 67 426 102 33
Binary 1010000 10111 1110010 11110 1010000 0 110111 100010110 1000010 11011

Color Harmonies of #501772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501772

Black with #501772

Text Example


Text Example

White with #501772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501772; }

 p { color: rgb(80,23,114); }

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

background-color css

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

 a { background-color: rgb(80,23,114); }

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

border-color css

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

 span { border-color: rgb(80,23,114); }

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