Shades of Studio #71459B
Tints of Studio #71459B
RGB
CMYK
RGB Variations
Color information
#71459B (or 0x71459B) is known color: Studio. HEX triplet: 71, 45 and 9B. RGB value is (113,69,155). Sum of RGB (Red+Green+Blue) = 113+69+155=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #71459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71459B is #8EBA64. Grayscale: #5B5B5B. Windows color (decimal): -9353829 or 10175857. OLE color: 10175857.
HSL color Cylindrical-coordinate representation of color #71459B: hue angle of 270.7º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71459B is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 69 | 155 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.39 |
| HSL | 270.7º | 0.38% | 0.44% | - |
| HSV(B) | 270.7º | 0.55% | 0.61% | - |
| XYZ | 14.85 | 10.13 | 32.18 | - |
| YUV | 91.96 | 163.58 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 69 | 155 | 0.27 | 0.55 | 0 | 0.39 | 270.7 | 0.38 | 0.44 |
| Hex | 71 | 45 | 9B | 1B | 37 | 0 | 27 | 10F | 26 | 2C |
| Octal | 161 | 105 | 233 | 33 | 67 | 0 | 47 | 417 | 46 | 54 |
| Binary | 1110001 | 1000101 | 10011011 | 11011 | 110111 | 0 | 100111 | 100001111 | 100110 | 101100 |
Color Harmonies of #71459B
Complementary color
Monochromatic Colors of #71459B
Black with #71459B
Text Example
Text Example
White with #71459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71459B; }
p { color: rgb(113,69,155); }
H1.HeaderClassName
{
color: #71459B;
}
.AnyTagClassName
{
color: #71459B;
}
</style>
background-color css
<style>
a { background-color: #71459B; }
a { background-color: rgb(113,69,155); }
div.DivClassName
{
background-color: #71459B;
}
.BgClassName
{
background-color: #71459B;
}
</style>
border-color css
<style>
span { border-color: #71459B; }
span { border-color: rgb(113,69,155); }
td.TdClassName
{
border-color: #71459B;
}
.TagClassName
{
border-color: #71459B;
}
</style>