#511F7A

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

Shades of Blue Diamond #511F7A

Tints of Blue Diamond #511F7A

Color information

#511F7A (or 0x511F7A) is unknown color: approx Blue Diamond. HEX triplet: 51, 1F and 7A. RGB value is (81,31,122). Sum of RGB (Red+Green+Blue) = 81+31+122=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #511F7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511F7A is #AEE085. Grayscale: #383838. Windows color (decimal): -11460742 or 8003409. OLE color: 8003409.

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

Color convert

RGB8131122-
CMYK0.340.7500.52
HSL272.97º59.48%30%-
HSV(B)272.97º74.59%47.84%-
XYZ7.44.1318.82-
YUV56.32165.06145.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.62%
GREEN value IS 31 (12.5% from 255) = 13.25%
BLUE value IS 122 (48.05% from 255) = 52.14%
R=34.62%
G=13.25%
B=52.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81311220.340.7500.52272.9759.4830
Hex511F7A224B0341113b1e
Octal12137172421130644217336
Binary10100011111111110101000101001011011010010001000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,31,122); }

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

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

 a { background-color: rgb(81,31,122); }

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

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

 span { border-color: rgb(81,31,122); }

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