#61297A

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

Shades of Honey Flower #61297A

Tints of Honey Flower #61297A

Color information

#61297A (or 0x61297A) is unknown color: approx Honey Flower. HEX triplet: 61, 29 and 7A. RGB value is (97,41,122). Sum of RGB (Red+Green+Blue) = 97+41+122=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 122 (48.05% from 255 or 46.92% from 260); Max value from RGB is 122 - color contains mainly: blue. Hex color #61297A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61297A is #9ED685. Grayscale: #424242. Windows color (decimal): -10409606 or 8005985. OLE color: 8005985.

HSL color Cylindrical-coordinate representation of color #61297A: hue angle of 281.48º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61297A is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9741122-
CMYK0.200.6600.52
HSL281.48º49.69%31.96%-
HSV(B)281.48º66.39%47.84%-
XYZ9.245.5318.99-
YUV66.98159.05149.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.31%
GREEN value IS 41 (16.41% from 255) = 15.77%
BLUE value IS 122 (48.05% from 255) = 46.92%
R=37.31%
G=15.77%
B=46.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97411220.200.6600.52281.4849.6931.96
Hex61297A14420341193220
Octal14151172241020644316240
Binary110000110100111110101010010000100110100100011001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61297A; }

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

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

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

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

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

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

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

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