#613071

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

Shades of Honey Flower #613071

Tints of Honey Flower #613071

Color information

#613071 (or 0x613071) is unknown color: approx Honey Flower. HEX triplet: 61, 30 and 71. RGB value is (97,48,113). Sum of RGB (Red+Green+Blue) = 97+48+113=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #613071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613071 is #9ECF8E. Grayscale: #454545. Windows color (decimal): -10407823 or 7417953. OLE color: 7417953.

HSL color Cylindrical-coordinate representation of color #613071: hue angle of 285.23º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #613071 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9748113-
CMYK0.140.5800.56
HSL285.23º40.37%31.57%-
HSV(B)285.23º57.52%44.31%-
XYZ8.975.8516.28-
YUV70.06152.23147.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.60%
GREEN value IS 48 (19.14% from 255) = 18.60%
BLUE value IS 113 (44.53% from 255) = 43.80%
R=37.60%
G=18.60%
B=43.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97481130.140.5800.56285.2340.3731.57
Hex613071E3A03811d2820
Octal1416016116720704355040
Binary1100001110000111000111101110100111000100011101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613071; }

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

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

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

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

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

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

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

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