#613272

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

Shades of Honey Flower #613272

Tints of Honey Flower #613272

Color information

#613272 (or 0x613272) is unknown color: approx Honey Flower. HEX triplet: 61, 32 and 72. RGB value is (97,50,114). Sum of RGB (Red+Green+Blue) = 97+50+114=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #613272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613272 is #9ECD8D. Grayscale: #474747. Windows color (decimal): -10407310 or 7484001. OLE color: 7484001.

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

Color convert

RGB9750114-
CMYK0.150.5600.55
HSL284.06º39.02%32.16%-
HSV(B)284.06º56.14%44.71%-
XYZ9.116.0416.6-
YUV71.35152.07146.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 50 (19.92% from 255) = 19.16%
BLUE value IS 114 (44.92% from 255) = 43.68%
R=37.16%
G=19.16%
B=43.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97501140.150.5600.55284.0639.0232.16
Hex613272F3803711c2720
Octal1416216217700674344740
Binary1100001110010111001011111110000110111100011100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613272; }

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

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

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

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

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

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

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

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