#613376

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

Shades of Honey Flower #613376

Tints of Honey Flower #613376

Color information

#613376 (or 0x613376) is unknown color: approx Honey Flower. HEX triplet: 61, 33 and 76. RGB value is (97,51,118). Sum of RGB (Red+Green+Blue) = 97+51+118=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #613376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613376 is #9ECC89. Grayscale: #484848. Windows color (decimal): -10407050 or 7746401. OLE color: 7746401.

HSL color Cylindrical-coordinate representation of color #613376: hue angle of 281.19º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #613376 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9751118-
CMYK0.180.5700.54
HSL281.19º39.64%33.14%-
HSV(B)281.19º56.78%46.27%-
XYZ9.386.2217.84-
YUV72.39153.74145.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.47%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 118 (46.48% from 255) = 44.36%
R=36.47%
G=19.17%
B=44.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97511180.180.5700.54281.1939.6433.14
Hex61337612390361192821
Octal1416316622710664315041
Binary11000011100111110110100101110010110110100011001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613376; }

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

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

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

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

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

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

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

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