Shades of Studio #714898
Tints of Studio #714898
RGB
CMYK
RGB Variations
Color information
#714898 (or 0x714898) is known color: Studio. HEX triplet: 71, 48 and 98. RGB value is (113,72,152). Sum of RGB (Red+Green+Blue) = 113+72+152=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #714898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714898 is #8EB767. Grayscale: #5D5D5D. Windows color (decimal): -9353064 or 9980017. OLE color: 9980017.
HSL color Cylindrical-coordinate representation of color #714898: hue angle of 270.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #714898 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 72 | 152 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.40 |
| HSL | 270.75º | 0.36% | 0.44% | - |
| HSV(B) | 270.75º | 0.53% | 0.6% | - |
| XYZ | 14.79 | 10.41 | 30.94 | - |
| YUV | 93.38 | 161.08 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 72 | 152 | 0.26 | 0.53 | 0 | 0.40 | 270.75 | 0.36 | 0.44 |
| Hex | 71 | 48 | 98 | 1A | 35 | 0 | 28 | 10F | 24 | 2C |
| Octal | 161 | 110 | 230 | 32 | 65 | 0 | 50 | 417 | 44 | 54 |
| Binary | 1110001 | 1001000 | 10011000 | 11010 | 110101 | 0 | 101000 | 100001111 | 100100 | 101100 |
Color Harmonies of #714898
Complementary color
Monochromatic Colors of #714898
Black with #714898
Text Example
Text Example
White with #714898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714898; }
p { color: rgb(113,72,152); }
H1.HeaderClassName
{
color: #714898;
}
.AnyTagClassName
{
color: #714898;
}
</style>
background-color css
<style>
a { background-color: #714898; }
a { background-color: rgb(113,72,152); }
div.DivClassName
{
background-color: #714898;
}
.BgClassName
{
background-color: #714898;
}
</style>
border-color css
<style>
span { border-color: #714898; }
span { border-color: rgb(113,72,152); }
td.TdClassName
{
border-color: #714898;
}
.TagClassName
{
border-color: #714898;
}
</style>