#5F2A79

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

Shades of Honey Flower #5F2A79

Tints of Honey Flower #5F2A79

Color information

#5F2A79 (or 0x5F2A79) is unknown color: approx Honey Flower. HEX triplet: 5F, 2A and 79. RGB value is (95,42,121). Sum of RGB (Red+Green+Blue) = 95+42+121=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #5F2A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2A79 is #A0D586. Grayscale: #424242. Windows color (decimal): -10540423 or 7940703. OLE color: 7940703.

HSL color Cylindrical-coordinate representation of color #5F2A79: hue angle of 280.25º 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 #5F2A79 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9542121-
CMYK0.210.6500.53
HSL280.25º48.47%31.96%-
HSV(B)280.25º65.29%47.45%-
XYZ95.4718.67-
YUV66.85158.56148.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.82%
GREEN value IS 42 (16.80% from 255) = 16.28%
BLUE value IS 121 (47.66% from 255) = 46.90%
R=36.82%
G=16.28%
B=46.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95421210.210.6500.53280.2548.4731.96
Hex5F2A7915410351183020
Octal13752171251010654306040
Binary101111110101011110011010110000010110101100011000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F2A79; }

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

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

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

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

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

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

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

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