#501D7A

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

Shades of Blue Diamond #501D7A

Tints of Blue Diamond #501D7A

Color information

#501D7A (or 0x501D7A) is unknown color: approx Blue Diamond. HEX triplet: 50, 1D and 7A. RGB value is (80,29,122). Sum of RGB (Red+Green+Blue) = 80+29+122=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #501D7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501D7A is #AFE285. Grayscale: #363636. Windows color (decimal): -11526790 or 8002896. OLE color: 8002896.

HSL color Cylindrical-coordinate representation of color #501D7A: hue angle of 272.9º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501D7A is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8029122-
CMYK0.340.7600.52
HSL272.9º61.59%29.61%-
HSV(B)272.9º76.23%47.84%-
XYZ7.263.9918.8-
YUV54.85165.9145.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.63%
GREEN value IS 29 (11.72% from 255) = 12.55%
BLUE value IS 122 (48.05% from 255) = 52.81%
R=34.63%
G=12.55%
B=52.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80291220.340.7600.52272.961.5929.61
Hex501D7A224C0341113e1e
Octal12035172421140644217636
Binary10100001110111110101000101001100011010010001000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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