#512B99

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

Shades of Daisy Bush #512B99

Tints of Daisy Bush #512B99

Color information

#512B99 (or 0x512B99) is unknown color: approx Daisy Bush. HEX triplet: 51, 2B and 99. RGB value is (81,43,153). Sum of RGB (Red+Green+Blue) = 81+43+153=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #512B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512B99 is #AED466. Grayscale: #424242. Windows color (decimal): -11457639 or 10038097. OLE color: 10038097.

HSL color Cylindrical-coordinate representation of color #512B99: hue angle of 260.73º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #512B99 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8143153-
CMYK0.470.7200.4
HSL260.73º56.12%38.43%-
HSV(B)260.73º71.9%60%-
XYZ10.015.7830.72-
YUV66.9176.59138.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.24%
GREEN value IS 43 (17.19% from 255) = 15.52%
BLUE value IS 153 (60.16% from 255) = 55.23%
R=29.24%
G=15.52%
B=55.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81431530.470.7200.4260.7356.1238.43
Hex512B992F480281053826
Octal12153231571100504057046
Binary10100011010111001100110111110010000101000100000101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,43,153); }

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

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

 a { background-color: rgb(81,43,153); }

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

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

 span { border-color: rgb(81,43,153); }

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