Shades of Honey Flower #612E7B
Tints of Honey Flower #612E7B
RGB
CMYK
RGB Variations
Color information
#612E7B (or 0x612E7B) is known color: Honey Flower. HEX triplet: 61, 2E and 7B. RGB value is (97,46,123). Sum of RGB (Red+Green+Blue) = 97+46+123=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #612E7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E7B is #9ED184. Grayscale: #454545. Windows color (decimal): -10408325 or 8072801. OLE color: 8072801.
HSL color Cylindrical-coordinate representation of color #612E7B: hue angle of 279.74º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #612E7B is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
RGB | 97 | 46 | 123 | - |
CMYK | 0.21 | 0.63 | 0 | 0.52 |
HSL | 279.74º | 0.46% | 0.33% | - |
HSV(B) | 279.74º | 0.63% | 0.48% | - |
XYZ | 9.48 | 5.93 | 19.38 | - |
YUV | 70.03 | 157.9 | 147.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 97 | 46 | 123 | 0.21 | 0.63 | 0 | 0.52 | 279.74 | 0.46 | 0.33 |
Hex | 61 | 2E | 7B | 15 | 3F | 0 | 34 | 118 | 2E | 21 |
Octal | 141 | 56 | 173 | 25 | 77 | 0 | 64 | 430 | 56 | 41 |
Binary | 1100001 | 101110 | 1111011 | 10101 | 111111 | 0 | 110100 | 100011000 | 101110 | 100001 |
Color Harmonies of #612E7B
Complementary color
Monochromatic Colors of #612E7B
Black with #612E7B
Text Example
Text Example
White with #612E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612E7B; }
p { color: rgb(97,46,123); }
H1.HeaderClassName
{
color: #612E7B;
}
.AnyTagClassName
{
color: #612E7B;
}
</style>
background-color css
<style>
a { background-color: #612E7B; }
a { background-color: rgb(97,46,123); }
div.DivClassName
{
background-color: #612E7B;
}
.BgClassName
{
background-color: #612E7B;
}
</style>
border-color css
<style>
span { border-color: #612E7B; }
span { border-color: rgb(97,46,123); }
td.TdClassName
{
border-color: #612E7B;
}
.TagClassName
{
border-color: #612E7B;
}
</style>