#512E97

Color #512E97 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #512E97

Tints of Daisy Bush #512E97

Color information

#512E97 (or 0x512E97) is unknown color: approx Daisy Bush. HEX triplet: 51, 2E and 97. RGB value is (81,46,151). Sum of RGB (Red+Green+Blue) = 81+46+151=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 151 (59.38% from 255 or 54.32% from 278); Max value from RGB is 151 - color contains mainly: blue. Hex color #512E97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512E97 is #AED168. Grayscale: #444444. Windows color (decimal): -11456873 or 9907793. OLE color: 9907793.

HSL color Cylindrical-coordinate representation of color #512E97: hue angle of 260º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512E97 is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8146151-
CMYK0.460.7000.41
HSL260º53.3%38.63%-
HSV(B)260º69.54%59.22%-
XYZ9.965.9429.9-
YUV68.44174.6136.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 46 (18.36% from 255) = 16.55%
BLUE value IS 151 (59.38% from 255) = 54.32%
R=29.14%
G=16.55%
B=54.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81461510.460.7000.4126053.338.63
Hex512E972E460291043527
Octal12156227561060514046547
Binary10100011011101001011110111010001100101001100000100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,46,151); }

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

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

 a { background-color: rgb(81,46,151); }

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

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

 span { border-color: rgb(81,46,151); }

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