#501C7D

Color #501C7D Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #501C7D

Tints of Blue Diamond #501C7D

Color information

#501C7D (or 0x501C7D) is unknown color: approx Blue Diamond. HEX triplet: 50, 1C and 7D. RGB value is (80,28,125). Sum of RGB (Red+Green+Blue) = 80+28+125=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #501C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501C7D is #AFE382. Grayscale: #363636. Windows color (decimal): -11527043 or 8199248. OLE color: 8199248.

HSL color Cylindrical-coordinate representation of color #501C7D: hue angle of 272.16º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #501C7D is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8028125-
CMYK0.360.7800.51
HSL272.16º63.4%30%-
HSV(B)272.16º77.6%49.02%-
XYZ7.434.0219.79-
YUV54.61167.73146.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 28 (11.33% from 255) = 12.02%
BLUE value IS 125 (49.22% from 255) = 53.65%
R=34.33%
G=12.02%
B=53.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80281250.360.7800.51272.1663.430
Hex501C7D244E0331103f1e
Octal12034175441160634207736
Binary10100001110011111011001001001110011001110001000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,28,125); }

 H1.HeaderClassName
 {
   color: #501C7D;
 }
 .AnyTagClassName
 {
   color: #501C7D;
 }
</style>
background-color css

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

 a { background-color: rgb(80,28,125); }

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

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

 span { border-color: rgb(80,28,125); }

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