#613076

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

Shades of Honey Flower #613076

Tints of Honey Flower #613076

Color information

#613076 (or 0x613076) is unknown color: approx Honey Flower. HEX triplet: 61, 30 and 76. RGB value is (97,48,118). Sum of RGB (Red+Green+Blue) = 97+48+118=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #613076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613076 is #9ECF89. Grayscale: #464646. Windows color (decimal): -10407818 or 7745633. OLE color: 7745633.

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

Color convert

RGB9748118-
CMYK0.180.5900.54
HSL282º42.17%32.55%-
HSV(B)282º59.32%46.27%-
XYZ9.265.9617.8-
YUV70.63154.73146.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.88%
GREEN value IS 48 (19.14% from 255) = 18.25%
BLUE value IS 118 (46.48% from 255) = 44.87%
R=36.88%
G=18.25%
B=44.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97481180.180.5900.5428242.1732.55
Hex613076123B03611a2a21
Octal1416016622730664325241
Binary11000011100001110110100101110110110110100011010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613076; }

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

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

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

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

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

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

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

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