Shades of Honey Flower #642C7D
Tints of Honey Flower #642C7D
RGB
CMYK
RGB Variations
Color information
#642C7D (or 0x642C7D) is known color: Honey Flower. HEX triplet: 64, 2C and 7D. RGB value is (100,44,125). Sum of RGB (Red+Green+Blue) = 100+44+125=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 125 - color contains mainly: blue. Hex color #642C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642C7D is #9BD382. Grayscale: #454545. Windows color (decimal): -10212227 or 8203364. OLE color: 8203364.
HSL color Cylindrical-coordinate representation of color #642C7D: hue angle of 281.48º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #642C7D is Cyan = 0.2, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 44 | 125 | - |
| CMYK | 0.2 | 0.65 | 0 | 0.51 |
| HSL | 281.48º | 0.48% | 0.33% | - |
| HSV(B) | 281.48º | 0.65% | 0.49% | - |
| XYZ | 9.86 | 5.99 | 20.04 | - |
| YUV | 69.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 125 | 0.2 | 0.65 | 0 | 0.51 | 281.48 | 0.48 | 0.33 |
| Hex | 64 | 2C | 7D | 14 | 41 | 0 | 33 | 119 | 30 | 21 |
| Octal | 144 | 54 | 175 | 24 | 101 | 0 | 63 | 431 | 60 | 41 |
| Binary | 1100100 | 101100 | 1111101 | 10100 | 1000001 | 0 | 110011 | 100011001 | 110000 | 100001 |
Color Harmonies of #642C7D
Complementary color
Monochromatic Colors of #642C7D
Black with #642C7D
Text Example
Text Example
White with #642C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C7D; }
p { color: rgb(100,44,125); }
H1.HeaderClassName
{
color: #642C7D;
}
.AnyTagClassName
{
color: #642C7D;
}
</style>
background-color css
<style>
a { background-color: #642C7D; }
a { background-color: rgb(100,44,125); }
div.DivClassName
{
background-color: #642C7D;
}
.BgClassName
{
background-color: #642C7D;
}
</style>
border-color css
<style>
span { border-color: #642C7D; }
span { border-color: rgb(100,44,125); }
td.TdClassName
{
border-color: #642C7D;
}
.TagClassName
{
border-color: #642C7D;
}
</style>