#512c9b

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

Shades of Daisy Bush #512C9B

Tints of Daisy Bush #512C9B

Color information

#512C9B (or 0x512C9B) is unknown color: approx Daisy Bush. HEX triplet: 51, 2C and 9B. RGB value is (81,44,155). Sum of RGB (Red+Green+Blue) = 81+44+155=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #512C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512C9B is #AED364. Grayscale: #434343. Windows color (decimal): -11457381 or 10169425. OLE color: 10169425.

HSL color Cylindrical-coordinate representation of color #512C9B: hue angle of 260º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #512C9B is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8144155-
CMYK0.480.7200.39
HSL260º55.78%39.02%-
HSV(B)260º71.61%60.78%-
XYZ10.215.9231.61-
YUV67.72177.26137.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.93%
GREEN value IS 44 (17.58% from 255) = 15.71%
BLUE value IS 155 (60.94% from 255) = 55.36%
R=28.93%
G=15.71%
B=55.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81441550.480.7200.3926055.7839.02
Hex512C9B30480271043827
Octal12154233601100474047047
Binary10100011011001001101111000010010000100111100000100111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512c9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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