#511A7F

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

Shades of Blue Diamond #511A7F

Tints of Blue Diamond #511A7F

Color information

#511A7F (or 0x511A7F) is unknown color: approx Blue Diamond. HEX triplet: 51, 1A and 7F. RGB value is (81,26,127). Sum of RGB (Red+Green+Blue) = 81+26+127=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #511A7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511A7F is #AEE580. Grayscale: #353535. Windows color (decimal): -11462017 or 8329809. OLE color: 8329809.

HSL color Cylindrical-coordinate representation of color #511A7F: hue angle of 272.67º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511A7F is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8126127-
CMYK0.360.8000.50
HSL272.67º66.01%30%-
HSV(B)272.67º79.53%49.8%-
XYZ7.594.0220.45-
YUV53.96169.22147.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.62%
GREEN value IS 26 (10.55% from 255) = 11.11%
BLUE value IS 127 (50% from 255) = 54.27%
R=34.62%
G=11.11%
B=54.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81261270.360.8000.50272.6766.0130
Hex511A7F2450032111421e
Octal121321774412006242110236
Binary101000111010111111110010010100000110010100010001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511A7F; }

 p { color: rgb(81,26,127); }

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

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

 a { background-color: rgb(81,26,127); }

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

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

 span { border-color: rgb(81,26,127); }

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