#612996

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

Shades of Daisy Bush #612996

Tints of Daisy Bush #612996

Color information

#612996 (or 0x612996) is unknown color: approx Daisy Bush. HEX triplet: 61, 29 and 96. RGB value is (97,41,150). Sum of RGB (Red+Green+Blue) = 97+41+150=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #612996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612996 is #9ED669. Grayscale: #454545. Windows color (decimal): -10409578 or 9840993. OLE color: 9840993.

HSL color Cylindrical-coordinate representation of color #612996: hue angle of 270.83º degrees, saturation: 0.57, 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 #612996 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9741150-
CMYK0.350.7300.41
HSL270.83º57.07%37.45%-
HSV(B)270.83º72.67%58.82%-
XYZ11.236.3329.48-
YUV70.17173.05147.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.68%
GREEN value IS 41 (16.41% from 255) = 14.24%
BLUE value IS 150 (58.98% from 255) = 52.08%
R=33.68%
G=14.24%
B=52.08%

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
Decimal97411500.350.7300.41270.8357.0737.45
Hex612996234902910f3925
Octal14151226431110514177145
Binary11000011010011001011010001110010010101001100001111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612996; }

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

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

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

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

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

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

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

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