Shades of Studio #714CB1
Tints of Studio #714CB1
RGB
CMYK
RGB Variations
Color information
#714CB1 (or 0x714CB1) is known color: Studio. HEX triplet: 71, 4C and B1. RGB value is (113,76,177). Sum of RGB (Red+Green+Blue) = 113+76+177=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 177 - color contains mainly: blue. Hex color #714CB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714CB1 is #8EB34E. Grayscale: #626262. Windows color (decimal): -9352015 or 11619441. OLE color: 11619441.
HSL color Cylindrical-coordinate representation of color #714CB1: hue angle of 261.98º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #714CB1 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 76 | 177 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.31 |
| HSL | 261.98º | 0.4% | 0.5% | - |
| HSV(B) | 261.98º | 0.57% | 0.69% | - |
| XYZ | 17.33 | 11.85 | 42.97 | - |
| YUV | 98.58 | 172.26 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 177 | 0.36 | 0.57 | 0 | 0.31 | 261.98 | 0.4 | 0.5 |
| Hex | 71 | 4C | B1 | 24 | 39 | 0 | 1F | 106 | 28 | 32 |
| Octal | 161 | 114 | 261 | 44 | 71 | 0 | 37 | 406 | 50 | 62 |
| Binary | 1110001 | 1001100 | 10110001 | 100100 | 111001 | 0 | 11111 | 100000110 | 101000 | 110010 |
Color Harmonies of #714CB1
Complementary color
Monochromatic Colors of #714CB1
Black with #714CB1
Text Example
Text Example
White with #714CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714CB1; }
p { color: rgb(113,76,177); }
H1.HeaderClassName
{
color: #714CB1;
}
.AnyTagClassName
{
color: #714CB1;
}
</style>
background-color css
<style>
a { background-color: #714CB1; }
a { background-color: rgb(113,76,177); }
div.DivClassName
{
background-color: #714CB1;
}
.BgClassName
{
background-color: #714CB1;
}
</style>
border-color css
<style>
span { border-color: #714CB1; }
span { border-color: rgb(113,76,177); }
td.TdClassName
{
border-color: #714CB1;
}
.TagClassName
{
border-color: #714CB1;
}
</style>