#613590

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

Shades of Daisy Bush #613590

Tints of Daisy Bush #613590

Color information

#613590 (or 0x613590) is unknown color: approx Daisy Bush. HEX triplet: 61, 35 and 90. RGB value is (97,53,144). Sum of RGB (Red+Green+Blue) = 97+53+144=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #613590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613590 is #9ECA6F. Grayscale: #4C4C4C. Windows color (decimal): -10406512 or 9450849. OLE color: 9450849.

HSL color Cylindrical-coordinate representation of color #613590: hue angle of 269.01º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #613590 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9753144-
CMYK0.330.6300.44
HSL269.01º46.19%38.63%-
HSV(B)269.01º63.19%56.47%-
XYZ11.247.127.16-
YUV76.53166.08142.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.99%
GREEN value IS 53 (21.09% from 255) = 18.03%
BLUE value IS 144 (56.64% from 255) = 48.98%
R=32.99%
G=18.03%
B=48.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97531440.330.6300.44269.0146.1938.63
Hex613590213F02C10d2e27
Octal1416522041770544155647
Binary1100001110101100100001000011111110101100100001101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613590; }

 p { color: rgb(97,53,144); }

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

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

 a { background-color: rgb(97,53,144); }

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

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

 span { border-color: rgb(97,53,144); }

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