#613379

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

Shades of Honey Flower #613379

Tints of Honey Flower #613379

Color information

#613379 (or 0x613379) is unknown color: approx Honey Flower. HEX triplet: 61, 33 and 79. RGB value is (97,51,121). Sum of RGB (Red+Green+Blue) = 97+51+121=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 121 - color contains mainly: blue. Hex color #613379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613379 is #9ECC86. Grayscale: #484848. Windows color (decimal): -10407047 or 7943009. OLE color: 7943009.

HSL color Cylindrical-coordinate representation of color #613379: hue angle of 279.43º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #613379 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9751121-
CMYK0.200.5800.53
HSL279.43º40.7%33.73%-
HSV(B)279.43º57.85%47.45%-
XYZ9.566.2918.8-
YUV72.73155.24145.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.06%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 121 (47.66% from 255) = 44.98%
R=36.06%
G=18.96%
B=44.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97511210.200.5800.53279.4340.733.73
Hex613379143A0351172922
Octal1416317124720654275142
Binary11000011100111111001101001110100110101100010111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613379; }

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

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

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

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

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

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

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

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