#613C76

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

Shades of Honey Flower #613C76

Tints of Honey Flower #613C76

Color information

#613C76 (or 0x613C76) is unknown color: approx Honey Flower. HEX triplet: 61, 3C and 76. RGB value is (97,60,118). Sum of RGB (Red+Green+Blue) = 97+60+118=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #613C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613C76 is #9EC389. Grayscale: #4D4D4D. Windows color (decimal): -10404746 or 7748705. OLE color: 7748705.

HSL color Cylindrical-coordinate representation of color #613C76: hue angle of 278.28º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #613C76 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9760118-
CMYK0.180.4900.54
HSL278.28º32.58%34.9%-
HSV(B)278.28º49.15%46.27%-
XYZ9.827.0817.99-
YUV77.68150.76141.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 60 (23.83% from 255) = 21.82%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=35.27%
G=21.82%
B=42.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97601180.180.4900.54278.2832.5834.9
Hex613C7612310361162123
Octal1417416622610664264143
Binary11000011111001110110100101100010110110100010110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,60,118); }

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

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

 a { background-color: rgb(97,60,118); }

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

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

 span { border-color: rgb(97,60,118); }

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