#61377a

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

Shades of Honey Flower #61377A

Tints of Honey Flower #61377A

Color information

#61377A (or 0x61377A) is unknown color: approx Honey Flower. HEX triplet: 61, 37 and 7A. RGB value is (97,55,122). Sum of RGB (Red+Green+Blue) = 97+55+122=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #61377A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61377A is #9EC885. Grayscale: #4A4A4A. Windows color (decimal): -10406022 or 8009569. OLE color: 8009569.

HSL color Cylindrical-coordinate representation of color #61377A: hue angle of 277.61º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61377A is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9755122-
CMYK0.200.5500.52
HSL277.61º37.85%34.71%-
HSV(B)277.61º54.92%47.84%-
XYZ9.816.6819.18-
YUV75.2154.41143.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.40%
GREEN value IS 55 (21.88% from 255) = 20.07%
BLUE value IS 122 (48.05% from 255) = 44.53%
R=35.40%
G=20.07%
B=44.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97551220.200.5500.52277.6137.8534.71
Hex61377A14370341162623
Octal1416717224670644264643
Binary11000011101111111010101001101110110100100010110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61377a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61377a; }

 p { color: rgb(97,55,122); }

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

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

 a { background-color: rgb(97,55,122); }

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

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

 span { border-color: rgb(97,55,122); }

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