#613371

Color #613371 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #613371

Tints of Honey Flower #613371

Color information

#613371 (or 0x613371) is unknown color: approx Honey Flower. HEX triplet: 61, 33 and 71. RGB value is (97,51,113). Sum of RGB (Red+Green+Blue) = 97+51+113=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #613371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613371 is #9ECC8E. Grayscale: #474747. Windows color (decimal): -10407055 or 7418721. OLE color: 7418721.

HSL color Cylindrical-coordinate representation of color #613371: hue angle of 284.52º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #613371 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9751113-
CMYK0.140.5500.56
HSL284.52º37.8%32.16%-
HSV(B)284.52º54.87%44.31%-
XYZ9.096.116.32-
YUV71.82151.24145.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 113 (44.53% from 255) = 43.30%
R=37.16%
G=19.54%
B=43.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97511130.140.5500.56284.5237.832.16
Hex613371E3703811d2620
Octal1416316116670704354640
Binary1100001110011111000111101101110111000100011101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613371; }

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

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

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

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

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

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

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

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