Shades of Honey Flower #65427C
Tints of Honey Flower #65427C
RGB
CMYK
RGB Variations
Color information
#65427C (or 0x65427C) is known color: Honey Flower. HEX triplet: 65, 42 and 7C. RGB value is (101,66,124). Sum of RGB (Red+Green+Blue) = 101+66+124=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #65427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65427C is #9ABD83. Grayscale: #525252. Windows color (decimal): -10141060 or 8143461. OLE color: 8143461.
HSL color Cylindrical-coordinate representation of color #65427C: hue angle of 276.21º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65427C is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 66 | 124 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.51 |
| HSL | 276.21º | 0.31% | 0.37% | - |
| HSV(B) | 276.21º | 0.47% | 0.49% | - |
| XYZ | 10.95 | 8.12 | 20.06 | - |
| YUV | 83.08 | 151.1 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 124 | 0.19 | 0.47 | 0 | 0.51 | 276.21 | 0.31 | 0.37 |
| Hex | 65 | 42 | 7C | 13 | 2F | 0 | 33 | 114 | 1F | 25 |
| Octal | 145 | 102 | 174 | 23 | 57 | 0 | 63 | 424 | 37 | 45 |
| Binary | 1100101 | 1000010 | 1111100 | 10011 | 101111 | 0 | 110011 | 100010100 | 11111 | 100101 |
Color Harmonies of #65427C
Complementary color
Monochromatic Colors of #65427C
Black with #65427C
Text Example
Text Example
White with #65427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65427C; }
p { color: rgb(101,66,124); }
H1.HeaderClassName
{
color: #65427C;
}
.AnyTagClassName
{
color: #65427C;
}
</style>
background-color css
<style>
a { background-color: #65427C; }
a { background-color: rgb(101,66,124); }
div.DivClassName
{
background-color: #65427C;
}
.BgClassName
{
background-color: #65427C;
}
</style>
border-color css
<style>
span { border-color: #65427C; }
span { border-color: rgb(101,66,124); }
td.TdClassName
{
border-color: #65427C;
}
.TagClassName
{
border-color: #65427C;
}
</style>