Shades of Honey Flower #65367D
Tints of Honey Flower #65367D
RGB
CMYK
RGB Variations
Color information
#65367D (or 0x65367D) is known color: Honey Flower. HEX triplet: 65, 36 and 7D. RGB value is (101,54,125). Sum of RGB (Red+Green+Blue) = 101+54+125=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 125 - color contains mainly: blue. Hex color #65367D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65367D is #9AC982. Grayscale: #4B4B4B. Windows color (decimal): -10144131 or 8205925. OLE color: 8205925.
HSL color Cylindrical-coordinate representation of color #65367D: hue angle of 279.72º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65367D is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 54 | 125 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.51 |
| HSL | 279.72º | 0.4% | 0.35% | - |
| HSV(B) | 279.72º | 0.57% | 0.49% | - |
| XYZ | 10.39 | 6.89 | 20.18 | - |
| YUV | 76.15 | 155.57 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 54 | 125 | 0.19 | 0.57 | 0 | 0.51 | 279.72 | 0.4 | 0.35 |
| Hex | 65 | 36 | 7D | 13 | 39 | 0 | 33 | 118 | 28 | 23 |
| Octal | 145 | 66 | 175 | 23 | 71 | 0 | 63 | 430 | 50 | 43 |
| Binary | 1100101 | 110110 | 1111101 | 10011 | 111001 | 0 | 110011 | 100011000 | 101000 | 100011 |
Color Harmonies of #65367D
Complementary color
Monochromatic Colors of #65367D
Black with #65367D
Text Example
Text Example
White with #65367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65367D; }
p { color: rgb(101,54,125); }
H1.HeaderClassName
{
color: #65367D;
}
.AnyTagClassName
{
color: #65367D;
}
</style>
background-color css
<style>
a { background-color: #65367D; }
a { background-color: rgb(101,54,125); }
div.DivClassName
{
background-color: #65367D;
}
.BgClassName
{
background-color: #65367D;
}
</style>
border-color css
<style>
span { border-color: #65367D; }
span { border-color: rgb(101,54,125); }
td.TdClassName
{
border-color: #65367D;
}
.TagClassName
{
border-color: #65367D;
}
</style>