Shades of Honey Flower #65327D
Tints of Honey Flower #65327D
RGB
CMYK
RGB Variations
Color information
#65327D (or 0x65327D) is known color: Honey Flower. HEX triplet: 65, 32 and 7D. RGB value is (101,50,125). Sum of RGB (Red+Green+Blue) = 101+50+125=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #65327D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65327D is #9ACD82. Grayscale: #494949. Windows color (decimal): -10145155 or 8204901. OLE color: 8204901.
HSL color Cylindrical-coordinate representation of color #65327D: hue angle of 280.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65327D is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 50 | 125 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.51 |
| HSL | 280.8º | 0.43% | 0.34% | - |
| HSV(B) | 280.8º | 0.6% | 0.49% | - |
| XYZ | 10.21 | 6.53 | 20.12 | - |
| YUV | 73.8 | 156.9 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 125 | 0.19 | 0.60 | 0 | 0.51 | 280.8 | 0.43 | 0.34 |
| Hex | 65 | 32 | 7D | 13 | 3C | 0 | 33 | 119 | 2B | 22 |
| Octal | 145 | 62 | 175 | 23 | 74 | 0 | 63 | 431 | 53 | 42 |
| Binary | 1100101 | 110010 | 1111101 | 10011 | 111100 | 0 | 110011 | 100011001 | 101011 | 100010 |
Color Harmonies of #65327D
Complementary color
Monochromatic Colors of #65327D
Black with #65327D
Text Example
Text Example
White with #65327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65327D; }
p { color: rgb(101,50,125); }
H1.HeaderClassName
{
color: #65327D;
}
.AnyTagClassName
{
color: #65327D;
}
</style>
background-color css
<style>
a { background-color: #65327D; }
a { background-color: rgb(101,50,125); }
div.DivClassName
{
background-color: #65327D;
}
.BgClassName
{
background-color: #65327D;
}
</style>
border-color css
<style>
span { border-color: #65327D; }
span { border-color: rgb(101,50,125); }
td.TdClassName
{
border-color: #65327D;
}
.TagClassName
{
border-color: #65327D;
}
</style>