#613174

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

Shades of Honey Flower #613174

Tints of Honey Flower #613174

Color information

#613174 (or 0x613174) is unknown color: approx Honey Flower. HEX triplet: 61, 31 and 74. RGB value is (97,49,116). Sum of RGB (Red+Green+Blue) = 97+49+116=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #613174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613174 is #9ECE8B. Grayscale: #464646. Windows color (decimal): -10407564 or 7614817. OLE color: 7614817.

HSL color Cylindrical-coordinate representation of color #613174: hue angle of 282.99º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #613174 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9749116-
CMYK0.160.5800.55
HSL282.99º40.61%32.35%-
HSV(B)282.99º57.76%45.49%-
XYZ9.18617.2-
YUV70.99153.4146.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 49 (19.53% from 255) = 18.70%
BLUE value IS 116 (45.70% from 255) = 44.27%
R=37.02%
G=18.70%
B=44.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97491160.160.5800.55282.9940.6132.35
Hex613174103A03711b2920
Octal1416116420720674335140
Binary11000011100011110100100001110100110111100011011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613174; }

 p { color: rgb(97,49,116); }

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

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

 a { background-color: rgb(97,49,116); }

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

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

 span { border-color: rgb(97,49,116); }

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