#612F75

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

Shades of Honey Flower #612F75

Tints of Honey Flower #612F75

Color information

#612F75 (or 0x612F75) is unknown color: approx Honey Flower. HEX triplet: 61, 2F and 75. RGB value is (97,47,117). Sum of RGB (Red+Green+Blue) = 97+47+117=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #612F75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612F75 is #9ED08A. Grayscale: #454545. Windows color (decimal): -10408075 or 7679841. OLE color: 7679841.

HSL color Cylindrical-coordinate representation of color #612F75: hue angle of 282.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #612F75 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9747117-
CMYK0.170.6000.54
HSL282.86º42.68%32.16%-
HSV(B)282.86º59.83%45.88%-
XYZ9.165.8617.48-
YUV69.93154.56147.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 47 (18.75% from 255) = 18.01%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=37.16%
G=18.01%
B=44.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97471170.170.6000.54282.8642.6832.16
Hex612F75113C03611b2b20
Octal1415716521740664335340
Binary11000011011111110101100011111000110110100011011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612F75; }

 p { color: rgb(97,47,117); }

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

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

 a { background-color: rgb(97,47,117); }

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

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

 span { border-color: rgb(97,47,117); }

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