#613293

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

Shades of Daisy Bush #613293

Tints of Daisy Bush #613293

Color information

#613293 (or 0x613293) is unknown color: approx Daisy Bush. HEX triplet: 61, 32 and 93. RGB value is (97,50,147). Sum of RGB (Red+Green+Blue) = 97+50+147=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #613293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613293 is #9ECD6C. Grayscale: #4A4A4A. Windows color (decimal): -10407277 or 9646689. OLE color: 9646689.

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

Color convert

RGB9750147-
CMYK0.340.6600.42
HSL269.07º49.24%38.63%-
HSV(B)269.07º65.99%57.65%-
XYZ11.346.9328.34-
YUV75.11168.57143.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.99%
GREEN value IS 50 (19.92% from 255) = 17.01%
BLUE value IS 147 (57.81% from 255) = 50%
R=32.99%
G=17.01%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97501470.340.6600.42269.0749.2438.63
Hex613293224202A10d3127
Octal14162223421020524156147
Binary11000011100101001001110001010000100101010100001101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613293; }

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

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

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

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

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

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

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

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