#60297A

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

Shades of Honey Flower #60297A

Tints of Honey Flower #60297A

Color information

#60297A (or 0x60297A) is unknown color: approx Honey Flower. HEX triplet: 60, 29 and 7A. RGB value is (96,41,122). Sum of RGB (Red+Green+Blue) = 96+41+122=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 41 (16.41% from 255 or 15.83% 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 #60297A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60297A is #9FD685. Grayscale: #424242. Windows color (decimal): -10475142 or 8005984. OLE color: 8005984.

HSL color Cylindrical-coordinate representation of color #60297A: hue angle of 280.74º 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 #60297A is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9641122-
CMYK0.210.6600.52
HSL280.74º49.69%31.96%-
HSV(B)280.74º66.39%47.84%-
XYZ9.135.4818.99-
YUV66.68159.22148.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 41 (16.41% from 255) = 15.83%
BLUE value IS 122 (48.05% from 255) = 47.10%
R=37.07%
G=15.83%
B=47.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96411220.210.6600.52280.7449.6931.96
Hex60297A15420341193220
Octal14051172251020644316240
Binary110000010100111110101010110000100110100100011001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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