Shades of Honey Flower #652D7D
Tints of Honey Flower #652D7D
RGB
CMYK
RGB Variations
Color information
#652D7D (or 0x652D7D) is known color: Honey Flower. HEX triplet: 65, 2D and 7D. RGB value is (101,45,125). Sum of RGB (Red+Green+Blue) = 101+45+125=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #652D7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652D7D is #9AD282. Grayscale: #464646. Windows color (decimal): -10146435 or 8203621. OLE color: 8203621.
HSL color Cylindrical-coordinate representation of color #652D7D: hue angle of 282º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #652D7D is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 45 | 125 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.51 |
| HSL | 282º | 0.47% | 0.33% | - |
| HSV(B) | 282º | 0.64% | 0.49% | - |
| XYZ | 10.01 | 6.12 | 20.06 | - |
| YUV | 70.86 | 158.55 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 125 | 0.19 | 0.64 | 0 | 0.51 | 282 | 0.47 | 0.33 |
| Hex | 65 | 2D | 7D | 13 | 40 | 0 | 33 | 11A | 2F | 21 |
| Octal | 145 | 55 | 175 | 23 | 100 | 0 | 63 | 432 | 57 | 41 |
| Binary | 1100101 | 101101 | 1111101 | 10011 | 1000000 | 0 | 110011 | 100011010 | 101111 | 100001 |
Color Harmonies of #652D7D
Complementary color
Monochromatic Colors of #652D7D
Black with #652D7D
Text Example
Text Example
White with #652D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652D7D; }
p { color: rgb(101,45,125); }
H1.HeaderClassName
{
color: #652D7D;
}
.AnyTagClassName
{
color: #652D7D;
}
</style>
background-color css
<style>
a { background-color: #652D7D; }
a { background-color: rgb(101,45,125); }
div.DivClassName
{
background-color: #652D7D;
}
.BgClassName
{
background-color: #652D7D;
}
</style>
border-color css
<style>
span { border-color: #652D7D; }
span { border-color: rgb(101,45,125); }
td.TdClassName
{
border-color: #652D7D;
}
.TagClassName
{
border-color: #652D7D;
}
</style>