#613192

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

Shades of Daisy Bush #613192

Tints of Daisy Bush #613192

Color information

#613192 (or 0x613192) is unknown color: approx Daisy Bush. HEX triplet: 61, 31 and 92. RGB value is (97,49,146). Sum of RGB (Red+Green+Blue) = 97+49+146=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #613192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613192 is #9ECE6D. Grayscale: #4A4A4A. Windows color (decimal): -10407534 or 9580897. OLE color: 9580897.

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

Color convert

RGB9749146-
CMYK0.340.6600.43
HSL269.69º49.74%38.24%-
HSV(B)269.69º66.44%57.25%-
XYZ11.226.8127.92-
YUV74.41168.4144.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.22%
GREEN value IS 49 (19.53% from 255) = 16.78%
BLUE value IS 146 (57.42% from 255) = 50%
R=33.22%
G=16.78%
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.43
SystemRedGreenBlueCMYKHSL
Decimal97491460.340.6600.43269.6949.7438.24
Hex613192224202B10e3226
Octal14161222421020534166246
Binary11000011100011001001010001010000100101011100001110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613192; }

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

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

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

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

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

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

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

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