Shades of Honey Flower #66377F
Tints of Honey Flower #66377F
RGB
CMYK
RGB Variations
Color information
#66377F (or 0x66377F) is known color: Honey Flower. HEX triplet: 66, 37 and 7F. RGB value is (102,55,127). Sum of RGB (Red+Green+Blue) = 102+55+127=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #66377F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66377F is #99C880. Grayscale: #4D4D4D. Windows color (decimal): -10078337 or 8337254. OLE color: 8337254.
HSL color Cylindrical-coordinate representation of color #66377F: hue angle of 279.17º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66377F is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 55 | 127 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.50 |
| HSL | 279.17º | 0.4% | 0.36% | - |
| HSV(B) | 279.17º | 0.57% | 0.5% | - |
| XYZ | 10.68 | 7.09 | 20.88 | - |
| YUV | 77.26 | 156.07 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 127 | 0.20 | 0.57 | 0 | 0.50 | 279.17 | 0.4 | 0.36 |
| Hex | 66 | 37 | 7F | 14 | 39 | 0 | 32 | 117 | 28 | 24 |
| Octal | 146 | 67 | 177 | 24 | 71 | 0 | 62 | 427 | 50 | 44 |
| Binary | 1100110 | 110111 | 1111111 | 10100 | 111001 | 0 | 110010 | 100010111 | 101000 | 100100 |
Color Harmonies of #66377F
Complementary color
Monochromatic Colors of #66377F
Black with #66377F
Text Example
Text Example
White with #66377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66377F; }
p { color: rgb(102,55,127); }
H1.HeaderClassName
{
color: #66377F;
}
.AnyTagClassName
{
color: #66377F;
}
</style>
background-color css
<style>
a { background-color: #66377F; }
a { background-color: rgb(102,55,127); }
div.DivClassName
{
background-color: #66377F;
}
.BgClassName
{
background-color: #66377F;
}
</style>
border-color css
<style>
span { border-color: #66377F; }
span { border-color: rgb(102,55,127); }
td.TdClassName
{
border-color: #66377F;
}
.TagClassName
{
border-color: #66377F;
}
</style>