#613476

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

Shades of Honey Flower #613476

Tints of Honey Flower #613476

Color information

#613476 (or 0x613476) is unknown color: approx Honey Flower. HEX triplet: 61, 34 and 76. RGB value is (97,52,118). Sum of RGB (Red+Green+Blue) = 97+52+118=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #613476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613476 is #9ECB89. Grayscale: #484848. Windows color (decimal): -10406794 or 7746657. OLE color: 7746657.

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

Color convert

RGB9752118-
CMYK0.180.5600.54
HSL280.91º38.82%33.33%-
HSV(B)280.91º55.93%46.27%-
XYZ9.436.3117.86-
YUV72.98153.41145.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.33%
GREEN value IS 52 (20.70% from 255) = 19.48%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=36.33%
G=19.48%
B=44.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97521180.180.5600.54280.9138.8233.33
Hex61347612380361192721
Octal1416416622700664314741
Binary11000011101001110110100101110000110110100011001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613476; }

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

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

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

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

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

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

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

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