Shades of Studio #714FA4
Tints of Studio #714FA4
RGB
CMYK
RGB Variations
Color information
#714FA4 (or 0x714FA4) is known color: Studio. HEX triplet: 71, 4F and A4. RGB value is (113,79,164). Sum of RGB (Red+Green+Blue) = 113+79+164=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 164 - color contains mainly: blue. Hex color #714FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714FA4 is #8EB05B. Grayscale: #626262. Windows color (decimal): -9351260 or 10768241. OLE color: 10768241.
HSL color Cylindrical-coordinate representation of color #714FA4: hue angle of 264º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #714FA4 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 79 | 164 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.36 |
| HSL | 264º | 0.35% | 0.48% | - |
| HSV(B) | 264º | 0.52% | 0.64% | - |
| XYZ | 16.31 | 11.78 | 36.54 | - |
| YUV | 98.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 164 | 0.31 | 0.52 | 0 | 0.36 | 264 | 0.35 | 0.48 |
| Hex | 71 | 4F | A4 | 1F | 34 | 0 | 24 | 108 | 23 | 30 |
| Octal | 161 | 117 | 244 | 37 | 64 | 0 | 44 | 410 | 43 | 60 |
| Binary | 1110001 | 1001111 | 10100100 | 11111 | 110100 | 0 | 100100 | 100001000 | 100011 | 110000 |
Color Harmonies of #714FA4
Complementary color
Monochromatic Colors of #714FA4
Black with #714FA4
Text Example
Text Example
White with #714FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714FA4; }
p { color: rgb(113,79,164); }
H1.HeaderClassName
{
color: #714FA4;
}
.AnyTagClassName
{
color: #714FA4;
}
</style>
background-color css
<style>
a { background-color: #714FA4; }
a { background-color: rgb(113,79,164); }
div.DivClassName
{
background-color: #714FA4;
}
.BgClassName
{
background-color: #714FA4;
}
</style>
border-color css
<style>
span { border-color: #714FA4; }
span { border-color: rgb(113,79,164); }
td.TdClassName
{
border-color: #714FA4;
}
.TagClassName
{
border-color: #714FA4;
}
</style>