Html Css Color HEX #501976 Blue Diamond

📋 copy color: '#501976'

red 80 ◦ green 25 ◦ blue 118

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

Shades of Blue Diamond #501976

Tints of Blue Diamond #501976

RGB

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

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

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

R = 35.87%
G = 11.21%
B = 52.91%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#501976 (or 0x501976) is known color: Blue Diamond. HEX triplet: 50, 19 and 76. RGB value is (80,25,118). Sum of RGB (Red+Green+Blue) = 80+25+118=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #501976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501976 is #AFE689. Grayscale: #333333. Windows color (decimal): -11527818 or 7739728. OLE color: 7739728.

HSL color Cylindrical-coordinate representation of color #501976: hue angle of 275.48º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501976 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 25 118 -
CMYK 0.32 0.79 0 0.54
HSL 275.48º 0.65% 0.28% -
HSV(B) 275.48º 0.79% 0.46% -
XYZ 6.93 3.71 17.49 -
YUV 52.05 165.22 147.94 -
System Red Green Blue C M Y K H S L
Decimal 80 25 118 0.32 0.79 0 0.54 275.48 0.65 0.28
Hex 50 19 76 20 4F 0 36 113 41 1C
Octal 120 31 166 40 117 0 66 423 101 34
Binary 1010000 11001 1110110 100000 1001111 0 110110 100010011 1000001 11100

Color Harmonies of #501976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501976

Black with #501976

Text Example


Text Example

White with #501976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501976; }

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

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

background-color css

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

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

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

border-color css

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

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

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