#612C77

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

Shades of Honey Flower #612C77

Tints of Honey Flower #612C77

Color information

#612C77 (or 0x612C77) is unknown color: approx Honey Flower. HEX triplet: 61, 2C and 77. RGB value is (97,44,119). Sum of RGB (Red+Green+Blue) = 97+44+119=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #612C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C77 is #9ED388. Grayscale: #444444. Windows color (decimal): -10408841 or 7810145. OLE color: 7810145.

HSL color Cylindrical-coordinate representation of color #612C77: hue angle of 282.4º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #612C77 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9744119-
CMYK0.180.6300.53
HSL282.4º46.01%31.96%-
HSV(B)282.4º63.03%46.67%-
XYZ9.165.6718.07-
YUV68.4156.56148.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.31%
GREEN value IS 44 (17.58% from 255) = 16.92%
BLUE value IS 119 (46.88% from 255) = 45.77%
R=37.31%
G=16.92%
B=45.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97441190.180.6300.53282.446.0131.96
Hex612C77123F03511a2e20
Octal1415416722770654325640
Binary11000011011001110111100101111110110101100011010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,44,119); }

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

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

 a { background-color: rgb(97,44,119); }

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

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

 span { border-color: rgb(97,44,119); }

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