Shades of Honey Flower #643C7D
Tints of Honey Flower #643C7D
RGB
CMYK
RGB Variations
Color information
#643C7D (or 0x643C7D) is known color: Honey Flower. HEX triplet: 64, 3C and 7D. RGB value is (100,60,125). Sum of RGB (Red+Green+Blue) = 100+60+125=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #643C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643C7D is #9BC382. Grayscale: #4F4F4F. Windows color (decimal): -10208131 or 8207460. OLE color: 8207460.
HSL color Cylindrical-coordinate representation of color #643C7D: hue angle of 276.92º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #643C7D is Cyan = 0.2, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 60 | 125 | - |
| CMYK | 0.2 | 0.52 | 0 | 0.51 |
| HSL | 276.92º | 0.35% | 0.36% | - |
| HSV(B) | 276.92º | 0.52% | 0.49% | - |
| XYZ | 10.57 | 7.42 | 20.28 | - |
| YUV | 79.37 | 153.75 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 125 | 0.2 | 0.52 | 0 | 0.51 | 276.92 | 0.35 | 0.36 |
| Hex | 64 | 3C | 7D | 14 | 34 | 0 | 33 | 115 | 23 | 24 |
| Octal | 144 | 74 | 175 | 24 | 64 | 0 | 63 | 425 | 43 | 44 |
| Binary | 1100100 | 111100 | 1111101 | 10100 | 110100 | 0 | 110011 | 100010101 | 100011 | 100100 |
Color Harmonies of #643C7D
Complementary color
Monochromatic Colors of #643C7D
Black with #643C7D
Text Example
Text Example
White with #643C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C7D; }
p { color: rgb(100,60,125); }
H1.HeaderClassName
{
color: #643C7D;
}
.AnyTagClassName
{
color: #643C7D;
}
</style>
background-color css
<style>
a { background-color: #643C7D; }
a { background-color: rgb(100,60,125); }
div.DivClassName
{
background-color: #643C7D;
}
.BgClassName
{
background-color: #643C7D;
}
</style>
border-color css
<style>
span { border-color: #643C7D; }
span { border-color: rgb(100,60,125); }
td.TdClassName
{
border-color: #643C7D;
}
.TagClassName
{
border-color: #643C7D;
}
</style>