#613077

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

Shades of Honey Flower #613077

Tints of Honey Flower #613077

Color information

#613077 (or 0x613077) is unknown color: approx Honey Flower. HEX triplet: 61, 30 and 77. RGB value is (97,48,119). Sum of RGB (Red+Green+Blue) = 97+48+119=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #613077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613077 is #9ECF88. Grayscale: #464646. Windows color (decimal): -10407817 or 7811169. OLE color: 7811169.

HSL color Cylindrical-coordinate representation of color #613077: hue angle of 281.41º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #613077 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9748119-
CMYK0.180.6000.53
HSL281.41º42.51%32.75%-
HSV(B)281.41º59.66%46.67%-
XYZ9.325.9918.12-
YUV70.74155.23146.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.74%
GREEN value IS 48 (19.14% from 255) = 18.18%
BLUE value IS 119 (46.88% from 255) = 45.08%
R=36.74%
G=18.18%
B=45.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97481190.180.6000.53281.4142.5132.75
Hex613077123C0351192b21
Octal1416016722740654315341
Binary11000011100001110111100101111000110101100011001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613077; }

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

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

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

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

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

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

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

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