Shades of Honey Flower #64427D
Tints of Honey Flower #64427D
RGB
CMYK
RGB Variations
Color information
#64427D (or 0x64427D) is known color: Honey Flower. HEX triplet: 64, 42 and 7D. RGB value is (100,66,125). Sum of RGB (Red+Green+Blue) = 100+66+125=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #64427D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64427D is #9BBD82. Grayscale: #525252. Windows color (decimal): -10206595 or 8208996. OLE color: 8208996.
HSL color Cylindrical-coordinate representation of color #64427D: hue angle of 274.58º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64427D is Cyan = 0.2, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 66 | 125 | - |
| CMYK | 0.2 | 0.47 | 0 | 0.51 |
| HSL | 274.58º | 0.31% | 0.37% | - |
| HSV(B) | 274.58º | 0.47% | 0.49% | - |
| XYZ | 10.91 | 8.09 | 20.39 | - |
| YUV | 82.89 | 151.76 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 66 | 125 | 0.2 | 0.47 | 0 | 0.51 | 274.58 | 0.31 | 0.37 |
| Hex | 64 | 42 | 7D | 14 | 2F | 0 | 33 | 113 | 1F | 25 |
| Octal | 144 | 102 | 175 | 24 | 57 | 0 | 63 | 423 | 37 | 45 |
| Binary | 1100100 | 1000010 | 1111101 | 10100 | 101111 | 0 | 110011 | 100010011 | 11111 | 100101 |
Color Harmonies of #64427D
Complementary color
Monochromatic Colors of #64427D
Black with #64427D
Text Example
Text Example
White with #64427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64427D; }
p { color: rgb(100,66,125); }
H1.HeaderClassName
{
color: #64427D;
}
.AnyTagClassName
{
color: #64427D;
}
</style>
background-color css
<style>
a { background-color: #64427D; }
a { background-color: rgb(100,66,125); }
div.DivClassName
{
background-color: #64427D;
}
.BgClassName
{
background-color: #64427D;
}
</style>
border-color css
<style>
span { border-color: #64427D; }
span { border-color: rgb(100,66,125); }
td.TdClassName
{
border-color: #64427D;
}
.TagClassName
{
border-color: #64427D;
}
</style>