Shades of Honey Flower #66327D
Tints of Honey Flower #66327D
RGB
CMYK
RGB Variations
Color information
#66327D (or 0x66327D) is known color: Honey Flower. HEX triplet: 66, 32 and 7D. RGB value is (102,50,125). Sum of RGB (Red+Green+Blue) = 102+50+125=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #66327D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66327D is #99CD82. Grayscale: #494949. Windows color (decimal): -10079619 or 8204902. OLE color: 8204902.
HSL color Cylindrical-coordinate representation of color #66327D: hue angle of 281.6º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66327D is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 50 | 125 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.51 |
| HSL | 281.6º | 0.43% | 0.34% | - |
| HSV(B) | 281.6º | 0.6% | 0.49% | - |
| XYZ | 10.32 | 6.59 | 20.13 | - |
| YUV | 74.1 | 156.73 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 125 | 0.18 | 0.60 | 0 | 0.51 | 281.6 | 0.43 | 0.34 |
| Hex | 66 | 32 | 7D | 12 | 3C | 0 | 33 | 11A | 2B | 22 |
| Octal | 146 | 62 | 175 | 22 | 74 | 0 | 63 | 432 | 53 | 42 |
| Binary | 1100110 | 110010 | 1111101 | 10010 | 111100 | 0 | 110011 | 100011010 | 101011 | 100010 |
Color Harmonies of #66327D
Complementary color
Monochromatic Colors of #66327D
Black with #66327D
Text Example
Text Example
White with #66327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66327D; }
p { color: rgb(102,50,125); }
H1.HeaderClassName
{
color: #66327D;
}
.AnyTagClassName
{
color: #66327D;
}
</style>
background-color css
<style>
a { background-color: #66327D; }
a { background-color: rgb(102,50,125); }
div.DivClassName
{
background-color: #66327D;
}
.BgClassName
{
background-color: #66327D;
}
</style>
border-color css
<style>
span { border-color: #66327D; }
span { border-color: rgb(102,50,125); }
td.TdClassName
{
border-color: #66327D;
}
.TagClassName
{
border-color: #66327D;
}
</style>