#613193

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

Shades of Daisy Bush #613193

Tints of Daisy Bush #613193

Color information

#613193 (or 0x613193) is unknown color: approx Daisy Bush. HEX triplet: 61, 31 and 93. RGB value is (97,49,147). Sum of RGB (Red+Green+Blue) = 97+49+147=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #613193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613193 is #9ECE6C. Grayscale: #4A4A4A. Windows color (decimal): -10407533 or 9646433. OLE color: 9646433.

HSL color Cylindrical-coordinate representation of color #613193: hue angle of 269.39º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #613193 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9749147-
CMYK0.340.6700.42
HSL269.39º50%38.43%-
HSV(B)269.39º66.67%57.65%-
XYZ11.296.8428.33-
YUV74.52168.9144.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.11%
GREEN value IS 49 (19.53% from 255) = 16.72%
BLUE value IS 147 (57.81% from 255) = 50.17%
R=33.11%
G=16.72%
B=50.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97491470.340.6700.42269.395038.43
Hex613193224302A10d3226
Octal14161223421030524156246
Binary11000011100011001001110001010000110101010100001101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613193; }

 p { color: rgb(97,49,147); }

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

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

 a { background-color: rgb(97,49,147); }

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

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

 span { border-color: rgb(97,49,147); }

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