Shades of Honey Flower #65397D
Tints of Honey Flower #65397D
RGB
CMYK
RGB Variations
Color information
#65397D (or 0x65397D) is known color: Honey Flower. HEX triplet: 65, 39 and 7D. RGB value is (101,57,125). Sum of RGB (Red+Green+Blue) = 101+57+125=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #65397D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65397D is #9AC682. Grayscale: #4D4D4D. Windows color (decimal): -10143363 or 8206693. OLE color: 8206693.
HSL color Cylindrical-coordinate representation of color #65397D: hue angle of 278.82º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65397D is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 57 | 125 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.51 |
| HSL | 278.82º | 0.37% | 0.36% | - |
| HSV(B) | 278.82º | 0.54% | 0.49% | - |
| XYZ | 10.53 | 7.17 | 20.23 | - |
| YUV | 77.91 | 154.58 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 57 | 125 | 0.19 | 0.54 | 0 | 0.51 | 278.82 | 0.37 | 0.36 |
| Hex | 65 | 39 | 7D | 13 | 36 | 0 | 33 | 117 | 25 | 24 |
| Octal | 145 | 71 | 175 | 23 | 66 | 0 | 63 | 427 | 45 | 44 |
| Binary | 1100101 | 111001 | 1111101 | 10011 | 110110 | 0 | 110011 | 100010111 | 100101 | 100100 |
Color Harmonies of #65397D
Complementary color
Monochromatic Colors of #65397D
Black with #65397D
Text Example
Text Example
White with #65397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65397D; }
p { color: rgb(101,57,125); }
H1.HeaderClassName
{
color: #65397D;
}
.AnyTagClassName
{
color: #65397D;
}
</style>
background-color css
<style>
a { background-color: #65397D; }
a { background-color: rgb(101,57,125); }
div.DivClassName
{
background-color: #65397D;
}
.BgClassName
{
background-color: #65397D;
}
</style>
border-color css
<style>
span { border-color: #65397D; }
span { border-color: rgb(101,57,125); }
td.TdClassName
{
border-color: #65397D;
}
.TagClassName
{
border-color: #65397D;
}
</style>