#613A79

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

Shades of Honey Flower #613A79

Tints of Honey Flower #613A79

Color information

#613A79 (or 0x613A79) is unknown color: approx Honey Flower. HEX triplet: 61, 3A and 79. RGB value is (97,58,121). Sum of RGB (Red+Green+Blue) = 97+58+121=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #613A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613A79 is #9EC586. Grayscale: #4C4C4C. Windows color (decimal): -10405255 or 7944801. OLE color: 7944801.

HSL color Cylindrical-coordinate representation of color #613A79: hue angle of 277.14º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #613A79 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9758121-
CMYK0.200.5200.53
HSL277.14º35.2%35.1%-
HSV(B)277.14º52.07%47.45%-
XYZ9.896.9518.91-
YUV76.84152.92142.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.14%
GREEN value IS 58 (23.05% from 255) = 21.01%
BLUE value IS 121 (47.66% from 255) = 43.84%
R=35.14%
G=21.01%
B=43.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97581210.200.5200.53277.1435.235.1
Hex613A7914340351152323
Octal1417217124640654254343
Binary11000011110101111001101001101000110101100010101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613A79; }

 p { color: rgb(97,58,121); }

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

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

 a { background-color: rgb(97,58,121); }

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

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

 span { border-color: rgb(97,58,121); }

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