#613392

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

Shades of Daisy Bush #613392

Tints of Daisy Bush #613392

Color information

#613392 (or 0x613392) is unknown color: approx Daisy Bush. HEX triplet: 61, 33 and 92. RGB value is (97,51,146). Sum of RGB (Red+Green+Blue) = 97+51+146=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #613392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613392 is #9ECC6D. Grayscale: #4B4B4B. Windows color (decimal): -10407022 or 9581409. OLE color: 9581409.

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

Color convert

RGB9751146-
CMYK0.340.6500.43
HSL269.05º48.22%38.63%-
HSV(B)269.05º65.07%57.25%-
XYZ11.36.9827.95-
YUV75.58167.74143.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.99%
GREEN value IS 51 (20.31% from 255) = 17.35%
BLUE value IS 146 (57.42% from 255) = 49.66%
R=32.99%
G=17.35%
B=49.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97511460.340.6500.43269.0548.2238.63
Hex613392224102B10d3027
Octal14163222421010534156047
Binary11000011100111001001010001010000010101011100001101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613392; }

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

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

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

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

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

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

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

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