Shades of Honey Flower #653F7D
Tints of Honey Flower #653F7D
RGB
CMYK
RGB Variations
Color information
#653F7D (or 0x653F7D) is known color: Honey Flower. HEX triplet: 65, 3F and 7D. RGB value is (101,63,125). Sum of RGB (Red+Green+Blue) = 101+63+125=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #653F7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653F7D is #9AC082. Grayscale: #515151. Windows color (decimal): -10141827 or 8208229. OLE color: 8208229.
HSL color Cylindrical-coordinate representation of color #653F7D: hue angle of 276.77º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653F7D is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 63 | 125 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.51 |
| HSL | 276.77º | 0.33% | 0.37% | - |
| HSV(B) | 276.77º | 0.5% | 0.49% | - |
| XYZ | 10.85 | 7.8 | 20.34 | - |
| YUV | 81.43 | 152.59 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 125 | 0.19 | 0.50 | 0 | 0.51 | 276.77 | 0.33 | 0.37 |
| Hex | 65 | 3F | 7D | 13 | 32 | 0 | 33 | 115 | 21 | 25 |
| Octal | 145 | 77 | 175 | 23 | 62 | 0 | 63 | 425 | 41 | 45 |
| Binary | 1100101 | 111111 | 1111101 | 10011 | 110010 | 0 | 110011 | 100010101 | 100001 | 100101 |
Color Harmonies of #653F7D
Complementary color
Monochromatic Colors of #653F7D
Black with #653F7D
Text Example
Text Example
White with #653F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F7D; }
p { color: rgb(101,63,125); }
H1.HeaderClassName
{
color: #653F7D;
}
.AnyTagClassName
{
color: #653F7D;
}
</style>
background-color css
<style>
a { background-color: #653F7D; }
a { background-color: rgb(101,63,125); }
div.DivClassName
{
background-color: #653F7D;
}
.BgClassName
{
background-color: #653F7D;
}
</style>
border-color css
<style>
span { border-color: #653F7D; }
span { border-color: rgb(101,63,125); }
td.TdClassName
{
border-color: #653F7D;
}
.TagClassName
{
border-color: #653F7D;
}
</style>