#612A79

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

Shades of Honey Flower #612A79

Tints of Honey Flower #612A79

Color information

#612A79 (or 0x612A79) is unknown color: approx Honey Flower. HEX triplet: 61, 2A and 79. RGB value is (97,42,121). Sum of RGB (Red+Green+Blue) = 97+42+121=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 121 - color contains mainly: blue. Hex color #612A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612A79 is #9ED586. Grayscale: #434343. Windows color (decimal): -10409351 or 7940705. OLE color: 7940705.

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

Color convert

RGB9742121-
CMYK0.200.6500.53
HSL281.77º48.47%31.96%-
HSV(B)281.77º65.29%47.45%-
XYZ9.215.5818.68-
YUV67.45158.22149.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.31%
GREEN value IS 42 (16.80% from 255) = 16.15%
BLUE value IS 121 (47.66% from 255) = 46.54%
R=37.31%
G=16.15%
B=46.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97421210.200.6500.53281.7748.4731.96
Hex612A79144103511a3020
Octal14152171241010654326040
Binary110000110101011110011010010000010110101100011010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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