Shades of Honey Flower #65387A
Tints of Honey Flower #65387A
RGB
CMYK
RGB Variations
Color information
#65387A (or 0x65387A) is known color: Honey Flower. HEX triplet: 65, 38 and 7A. RGB value is (101,56,122). Sum of RGB (Red+Green+Blue) = 101+56+122=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 122 - color contains mainly: blue. Hex color #65387A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65387A is #9AC785. Grayscale: #4C4C4C. Windows color (decimal): -10143622 or 8009829. OLE color: 8009829.
HSL color Cylindrical-coordinate representation of color #65387A: hue angle of 280.91º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65387A is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 56 | 122 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.52 |
| HSL | 280.91º | 0.37% | 0.35% | - |
| HSV(B) | 280.91º | 0.54% | 0.48% | - |
| XYZ | 10.29 | 7 | 19.22 | - |
| YUV | 76.98 | 153.41 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 56 | 122 | 0.17 | 0.54 | 0 | 0.52 | 280.91 | 0.37 | 0.35 |
| Hex | 65 | 38 | 7A | 11 | 36 | 0 | 34 | 119 | 25 | 23 |
| Octal | 145 | 70 | 172 | 21 | 66 | 0 | 64 | 431 | 45 | 43 |
| Binary | 1100101 | 111000 | 1111010 | 10001 | 110110 | 0 | 110100 | 100011001 | 100101 | 100011 |
Color Harmonies of #65387A
Complementary color
Monochromatic Colors of #65387A
Black with #65387A
Text Example
Text Example
White with #65387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65387A; }
p { color: rgb(101,56,122); }
H1.HeaderClassName
{
color: #65387A;
}
.AnyTagClassName
{
color: #65387A;
}
</style>
background-color css
<style>
a { background-color: #65387A; }
a { background-color: rgb(101,56,122); }
div.DivClassName
{
background-color: #65387A;
}
.BgClassName
{
background-color: #65387A;
}
</style>
border-color css
<style>
span { border-color: #65387A; }
span { border-color: rgb(101,56,122); }
td.TdClassName
{
border-color: #65387A;
}
.TagClassName
{
border-color: #65387A;
}
</style>