Shades of Studio #71449B
Tints of Studio #71449B
RGB
CMYK
RGB Variations
Color information
#71449B (or 0x71449B) is known color: Studio. HEX triplet: 71, 44 and 9B. RGB value is (113,68,155). Sum of RGB (Red+Green+Blue) = 113+68+155=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #71449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71449B is #8EBB64. Grayscale: #5B5B5B. Windows color (decimal): -9354085 or 10175601. OLE color: 10175601.
HSL color Cylindrical-coordinate representation of color #71449B: hue angle of 271.03º 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 #71449B is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 68 | 155 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.39 |
| HSL | 271.03º | 0.39% | 0.44% | - |
| HSV(B) | 271.03º | 0.56% | 0.61% | - |
| XYZ | 14.79 | 10.01 | 32.16 | - |
| YUV | 91.37 | 163.91 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 68 | 155 | 0.27 | 0.56 | 0 | 0.39 | 271.03 | 0.39 | 0.44 |
| Hex | 71 | 44 | 9B | 1B | 38 | 0 | 27 | 10F | 27 | 2C |
| Octal | 161 | 104 | 233 | 33 | 70 | 0 | 47 | 417 | 47 | 54 |
| Binary | 1110001 | 1000100 | 10011011 | 11011 | 111000 | 0 | 100111 | 100001111 | 100111 | 101100 |
Color Harmonies of #71449B
Complementary color
Monochromatic Colors of #71449B
Black with #71449B
Text Example
Text Example
White with #71449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71449B; }
p { color: rgb(113,68,155); }
H1.HeaderClassName
{
color: #71449B;
}
.AnyTagClassName
{
color: #71449B;
}
</style>
background-color css
<style>
a { background-color: #71449B; }
a { background-color: rgb(113,68,155); }
div.DivClassName
{
background-color: #71449B;
}
.BgClassName
{
background-color: #71449B;
}
</style>
border-color css
<style>
span { border-color: #71449B; }
span { border-color: rgb(113,68,155); }
td.TdClassName
{
border-color: #71449B;
}
.TagClassName
{
border-color: #71449B;
}
</style>