Shades of Honey Flower #67417A
Tints of Honey Flower #67417A
RGB
CMYK
RGB Variations
Color information
#67417A (or 0x67417A) is known color: Honey Flower. HEX triplet: 67, 41 and 7A. RGB value is (103,65,122). Sum of RGB (Red+Green+Blue) = 103+65+122=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 122 - color contains mainly: blue. Hex color #67417A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67417A is #98BE85. Grayscale: #525252. Windows color (decimal): -10010246 or 8012135. OLE color: 8012135.
HSL color Cylindrical-coordinate representation of color #67417A: hue angle of 280º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67417A is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 65 | 122 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.52 |
| HSL | 280º | 0.3% | 0.37% | - |
| HSV(B) | 280º | 0.47% | 0.48% | - |
| XYZ | 11 | 8.07 | 19.39 | - |
| YUV | 82.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 65 | 122 | 0.16 | 0.47 | 0 | 0.52 | 280 | 0.3 | 0.37 |
| Hex | 67 | 41 | 7A | 10 | 2F | 0 | 34 | 118 | 1E | 25 |
| Octal | 147 | 101 | 172 | 20 | 57 | 0 | 64 | 430 | 36 | 45 |
| Binary | 1100111 | 1000001 | 1111010 | 10000 | 101111 | 0 | 110100 | 100011000 | 11110 | 100101 |
Color Harmonies of #67417A
Complementary color
Monochromatic Colors of #67417A
Black with #67417A
Text Example
Text Example
White with #67417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67417A; }
p { color: rgb(103,65,122); }
H1.HeaderClassName
{
color: #67417A;
}
.AnyTagClassName
{
color: #67417A;
}
</style>
background-color css
<style>
a { background-color: #67417A; }
a { background-color: rgb(103,65,122); }
div.DivClassName
{
background-color: #67417A;
}
.BgClassName
{
background-color: #67417A;
}
</style>
border-color css
<style>
span { border-color: #67417A; }
span { border-color: rgb(103,65,122); }
td.TdClassName
{
border-color: #67417A;
}
.TagClassName
{
border-color: #67417A;
}
</style>