#512F95

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

Shades of Daisy Bush #512F95

Tints of Daisy Bush #512F95

Color information

#512F95 (or 0x512F95) is unknown color: approx Daisy Bush. HEX triplet: 51, 2F and 95. RGB value is (81,47,149). Sum of RGB (Red+Green+Blue) = 81+47+149=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #512F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512F95 is #AED06A. Grayscale: #444444. Windows color (decimal): -11456619 or 9776977. OLE color: 9776977.

HSL color Cylindrical-coordinate representation of color #512F95: hue angle of 260º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #512F95 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8147149-
CMYK0.460.6800.42
HSL260º52.04%38.43%-
HSV(B)260º68.46%58.43%-
XYZ9.835.9529.06-
YUV68.79173.26136.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.24%
GREEN value IS 47 (18.75% from 255) = 16.97%
BLUE value IS 149 (58.59% from 255) = 53.79%
R=29.24%
G=16.97%
B=53.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81471490.460.6800.4226052.0438.43
Hex512F952E4402A1043426
Octal12157225561040524046446
Binary10100011011111001010110111010001000101010100000100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,47,149); }

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

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

 a { background-color: rgb(81,47,149); }

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

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

 span { border-color: rgb(81,47,149); }

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