Shades of Studio #71459C
Tints of Studio #71459C
RGB
CMYK
RGB Variations
Color information
#71459C (or 0x71459C) is known color: Studio. HEX triplet: 71, 45 and 9C. RGB value is (113,69,156). Sum of RGB (Red+Green+Blue) = 113+69+156=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #71459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71459C is #8EBA63. Grayscale: #5B5B5B. Windows color (decimal): -9353828 or 10241393. OLE color: 10241393.
HSL color Cylindrical-coordinate representation of color #71459C: hue angle of 270.34º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71459C is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 69 | 156 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.39 |
| HSL | 270.34º | 0.39% | 0.44% | - |
| HSV(B) | 270.34º | 0.56% | 0.61% | - |
| XYZ | 14.94 | 10.17 | 32.63 | - |
| YUV | 92.07 | 164.08 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 69 | 156 | 0.28 | 0.56 | 0 | 0.39 | 270.34 | 0.39 | 0.44 |
| Hex | 71 | 45 | 9C | 1C | 38 | 0 | 27 | 10E | 27 | 2C |
| Octal | 161 | 105 | 234 | 34 | 70 | 0 | 47 | 416 | 47 | 54 |
| Binary | 1110001 | 1000101 | 10011100 | 11100 | 111000 | 0 | 100111 | 100001110 | 100111 | 101100 |
Color Harmonies of #71459C
Complementary color
Monochromatic Colors of #71459C
Black with #71459C
Text Example
Text Example
White with #71459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71459C; }
p { color: rgb(113,69,156); }
H1.HeaderClassName
{
color: #71459C;
}
.AnyTagClassName
{
color: #71459C;
}
</style>
background-color css
<style>
a { background-color: #71459C; }
a { background-color: rgb(113,69,156); }
div.DivClassName
{
background-color: #71459C;
}
.BgClassName
{
background-color: #71459C;
}
</style>
border-color css
<style>
span { border-color: #71459C; }
span { border-color: rgb(113,69,156); }
td.TdClassName
{
border-color: #71459C;
}
.TagClassName
{
border-color: #71459C;
}
</style>