Shades of Honey Flower #66347A
Tints of Honey Flower #66347A
RGB
CMYK
RGB Variations
Color information
#66347A (or 0x66347A) is known color: Honey Flower. HEX triplet: 66, 34 and 7A. RGB value is (102,52,122). Sum of RGB (Red+Green+Blue) = 102+52+122=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 122 - color contains mainly: blue. Hex color #66347A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66347A is #99CB85. Grayscale: #4A4A4A. Windows color (decimal): -10079110 or 8008806. OLE color: 8008806.
HSL color Cylindrical-coordinate representation of color #66347A: hue angle of 282.86º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66347A is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 52 | 122 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.52 |
| HSL | 282.86º | 0.4% | 0.34% | - |
| HSV(B) | 282.86º | 0.57% | 0.48% | - |
| XYZ | 10.22 | 6.69 | 19.16 | - |
| YUV | 74.93 | 154.57 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 52 | 122 | 0.16 | 0.57 | 0 | 0.52 | 282.86 | 0.4 | 0.34 |
| Hex | 66 | 34 | 7A | 10 | 39 | 0 | 34 | 11B | 28 | 22 |
| Octal | 146 | 64 | 172 | 20 | 71 | 0 | 64 | 433 | 50 | 42 |
| Binary | 1100110 | 110100 | 1111010 | 10000 | 111001 | 0 | 110100 | 100011011 | 101000 | 100010 |
Color Harmonies of #66347A
Complementary color
Monochromatic Colors of #66347A
Black with #66347A
Text Example
Text Example
White with #66347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66347A; }
p { color: rgb(102,52,122); }
H1.HeaderClassName
{
color: #66347A;
}
.AnyTagClassName
{
color: #66347A;
}
</style>
background-color css
<style>
a { background-color: #66347A; }
a { background-color: rgb(102,52,122); }
div.DivClassName
{
background-color: #66347A;
}
.BgClassName
{
background-color: #66347A;
}
</style>
border-color css
<style>
span { border-color: #66347A; }
span { border-color: rgb(102,52,122); }
td.TdClassName
{
border-color: #66347A;
}
.TagClassName
{
border-color: #66347A;
}
</style>