#61287A

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

Shades of Honey Flower #61287A

Tints of Honey Flower #61287A

Color information

#61287A (or 0x61287A) is unknown color: approx Honey Flower. HEX triplet: 61, 28 and 7A. RGB value is (97,40,122). Sum of RGB (Red+Green+Blue) = 97+40+122=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #61287A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61287A is #9ED785. Grayscale: #424242. Windows color (decimal): -10409862 or 8005729. OLE color: 8005729.

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

Color convert

RGB9740122-
CMYK0.200.6700.52
HSL281.71º50.62%31.76%-
HSV(B)281.71º67.21%47.84%-
XYZ9.25.4618.98-
YUV66.39159.38149.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 40 (16.02% from 255) = 15.44%
BLUE value IS 122 (48.05% from 255) = 47.10%
R=37.45%
G=15.44%
B=47.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97401220.200.6700.52281.7150.6231.76
Hex61287A144303411a3320
Octal14150172241030644326340
Binary110000110100011110101010010000110110100100011010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61287A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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