#612896

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

Shades of Daisy Bush #612896

Tints of Daisy Bush #612896

Color information

#612896 (or 0x612896) is unknown color: approx Daisy Bush. HEX triplet: 61, 28 and 96. RGB value is (97,40,150). Sum of RGB (Red+Green+Blue) = 97+40+150=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #612896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612896 is #9ED769. Grayscale: #454545. Windows color (decimal): -10409834 or 9840737. OLE color: 9840737.

HSL color Cylindrical-coordinate representation of color #612896: hue angle of 271.09º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #612896 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9740150-
CMYK0.350.7300.41
HSL271.09º57.89%37.25%-
HSV(B)271.09º73.33%58.82%-
XYZ11.196.2629.47-
YUV69.58173.38147.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.80%
GREEN value IS 40 (16.02% from 255) = 13.94%
BLUE value IS 150 (58.98% from 255) = 52.26%
R=33.80%
G=13.94%
B=52.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal97401500.350.7300.41271.0957.8937.25
Hex612896234902910f3a25
Octal14150226431110514177245
Binary11000011010001001011010001110010010101001100001111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612896; }

 p { color: rgb(97,40,150); }

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

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

 a { background-color: rgb(97,40,150); }

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

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

 span { border-color: rgb(97,40,150); }

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