Shades of Honey Flower #60267A
Tints of Honey Flower #60267A
RGB
CMYK
RGB Variations
Color information
#60267A (or 0x60267A) is known color: Honey Flower. HEX triplet: 60, 26 and 7A. RGB value is (96,38,122). Sum of RGB (Red+Green+Blue) = 96+38+122=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #60267A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60267A is #9FD985. Grayscale: #404040. Windows color (decimal): -10475910 or 8005216. OLE color: 8005216.
HSL color Cylindrical-coordinate representation of color #60267A: hue angle of 281.43º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60267A is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 38 | 122 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.52 |
| HSL | 281.43º | 0.53% | 0.31% | - |
| HSV(B) | 281.43º | 0.69% | 0.48% | - |
| XYZ | 9.03 | 5.28 | 18.96 | - |
| YUV | 64.92 | 160.22 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 38 | 122 | 0.21 | 0.69 | 0 | 0.52 | 281.43 | 0.53 | 0.31 |
| Hex | 60 | 26 | 7A | 15 | 45 | 0 | 34 | 119 | 34 | 1F |
| Octal | 140 | 46 | 172 | 25 | 105 | 0 | 64 | 431 | 64 | 37 |
| Binary | 1100000 | 100110 | 1111010 | 10101 | 1000101 | 0 | 110100 | 100011001 | 110100 | 11111 |
Color Harmonies of #60267A
Complementary color
Monochromatic Colors of #60267A
Black with #60267A
Text Example
Text Example
White with #60267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60267A; }
p { color: rgb(96,38,122); }
H1.HeaderClassName
{
color: #60267A;
}
.AnyTagClassName
{
color: #60267A;
}
</style>
background-color css
<style>
a { background-color: #60267A; }
a { background-color: rgb(96,38,122); }
div.DivClassName
{
background-color: #60267A;
}
.BgClassName
{
background-color: #60267A;
}
</style>
border-color css
<style>
span { border-color: #60267A; }
span { border-color: rgb(96,38,122); }
td.TdClassName
{
border-color: #60267A;
}
.TagClassName
{
border-color: #60267A;
}
</style>