Shades of Honey Flower #642D7C
Tints of Honey Flower #642D7C
RGB
CMYK
RGB Variations
Color information
#642D7C (or 0x642D7C) is known color: Honey Flower. HEX triplet: 64, 2D and 7C. RGB value is (100,45,124). Sum of RGB (Red+Green+Blue) = 100+45+124=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #642D7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642D7C is #9BD283. Grayscale: #464646. Windows color (decimal): -10211972 or 8138084. OLE color: 8138084.
HSL color Cylindrical-coordinate representation of color #642D7C: hue angle of 281.77º 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 #642D7C is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 45 | 124 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.51 |
| HSL | 281.77º | 0.47% | 0.33% | - |
| HSV(B) | 281.77º | 0.64% | 0.49% | - |
| XYZ | 9.83 | 6.04 | 19.72 | - |
| YUV | 70.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 124 | 0.19 | 0.64 | 0 | 0.51 | 281.77 | 0.47 | 0.33 |
| Hex | 64 | 2D | 7C | 13 | 40 | 0 | 33 | 11A | 2F | 21 |
| Octal | 144 | 55 | 174 | 23 | 100 | 0 | 63 | 432 | 57 | 41 |
| Binary | 1100100 | 101101 | 1111100 | 10011 | 1000000 | 0 | 110011 | 100011010 | 101111 | 100001 |
Color Harmonies of #642D7C
Complementary color
Monochromatic Colors of #642D7C
Black with #642D7C
Text Example
Text Example
White with #642D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642D7C; }
p { color: rgb(100,45,124); }
H1.HeaderClassName
{
color: #642D7C;
}
.AnyTagClassName
{
color: #642D7C;
}
</style>
background-color css
<style>
a { background-color: #642D7C; }
a { background-color: rgb(100,45,124); }
div.DivClassName
{
background-color: #642D7C;
}
.BgClassName
{
background-color: #642D7C;
}
</style>
border-color css
<style>
span { border-color: #642D7C; }
span { border-color: rgb(100,45,124); }
td.TdClassName
{
border-color: #642D7C;
}
.TagClassName
{
border-color: #642D7C;
}
</style>