#512C78

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

Shades of Blue Diamond #512C78

Tints of Blue Diamond #512C78

Color information

#512C78 (or 0x512C78) is unknown color: approx Blue Diamond. HEX triplet: 51, 2C and 78. RGB value is (81,44,120). Sum of RGB (Red+Green+Blue) = 81+44+120=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #512C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C78 is #AED387. Grayscale: #3F3F3F. Windows color (decimal): -11457416 or 7875665. OLE color: 7875665.

HSL color Cylindrical-coordinate representation of color #512C78: hue angle of 269.21º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #512C78 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8144120-
CMYK0.320.6300.53
HSL269.21º46.34%32.16%-
HSV(B)269.21º63.33%47.06%-
XYZ7.684.9118.31-
YUV63.73159.76140.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 44 (17.58% from 255) = 17.96%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=33.06%
G=17.96%
B=48.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81441200.320.6300.53269.2146.3432.16
Hex512C78203F03510d2e20
Octal1215417040770654155640
Binary101000110110011110001000001111110110101100001101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512C78; }

 p { color: rgb(81,44,120); }

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

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

 a { background-color: rgb(81,44,120); }

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

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

 span { border-color: rgb(81,44,120); }

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