#613274

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

Shades of Honey Flower #613274

Tints of Honey Flower #613274

Color information

#613274 (or 0x613274) is unknown color: approx Honey Flower. HEX triplet: 61, 32 and 74. RGB value is (97,50,116). Sum of RGB (Red+Green+Blue) = 97+50+116=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #613274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613274 is #9ECD8B. Grayscale: #474747. Windows color (decimal): -10407308 or 7615073. OLE color: 7615073.

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

Color convert

RGB9750116-
CMYK0.160.5700.55
HSL282.73º39.76%32.55%-
HSV(B)282.73º56.9%45.49%-
XYZ9.226.0817.21-
YUV71.58153.07146.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.88%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 116 (45.70% from 255) = 44.11%
R=36.88%
G=19.01%
B=44.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97501160.160.5700.55282.7339.7632.55
Hex613274103903711b2821
Octal1416216420710674335041
Binary11000011100101110100100001110010110111100011011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613274; }

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

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

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

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

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

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

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

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