#613279

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

Shades of Honey Flower #613279

Tints of Honey Flower #613279

Color information

#613279 (or 0x613279) is unknown color: approx Honey Flower. HEX triplet: 61, 32 and 79. RGB value is (97,50,121). Sum of RGB (Red+Green+Blue) = 97+50+121=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #613279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613279 is #9ECD86. Grayscale: #474747. Windows color (decimal): -10407303 or 7942753. OLE color: 7942753.

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

Color convert

RGB9750121-
CMYK0.200.5900.53
HSL279.72º41.52%33.53%-
HSV(B)279.72º58.68%47.45%-
XYZ9.526.218.78-
YUV72.15155.57145.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.19%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 121 (47.66% from 255) = 45.15%
R=36.19%
G=18.66%
B=45.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97501210.200.5900.53279.7241.5233.53
Hex613279143B0351182a22
Octal1416217124730654305242
Binary11000011100101111001101001110110110101100011000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613279; }

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

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

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

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

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

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

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

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