#612978

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

Shades of Honey Flower #612978

Tints of Honey Flower #612978

Color information

#612978 (or 0x612978) is unknown color: approx Honey Flower. HEX triplet: 61, 29 and 78. RGB value is (97,41,120). Sum of RGB (Red+Green+Blue) = 97+41+120=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #612978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612978 is #9ED687. Grayscale: #424242. Windows color (decimal): -10409608 or 7874913. OLE color: 7874913.

HSL color Cylindrical-coordinate representation of color #612978: hue angle of 282.53º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #612978 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9741120-
CMYK0.190.6600.53
HSL282.53º49.07%31.57%-
HSV(B)282.53º65.83%47.06%-
XYZ9.115.4818.35-
YUV66.75158.05149.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.60%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 120 (47.27% from 255) = 46.51%
R=37.60%
G=15.89%
B=46.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97411200.190.6600.53282.5349.0731.57
Hex612978134203511b3120
Octal14151170231020654336140
Binary110000110100111110001001110000100110101100011011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612978; }

 p { color: rgb(97,41,120); }

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

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

 a { background-color: rgb(97,41,120); }

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

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

 span { border-color: rgb(97,41,120); }

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