Shades of Studio #7254A5
Tints of Studio #7254A5
RGB
CMYK
RGB Variations
Color information
#7254A5 (or 0x7254A5) is known color: Studio. HEX triplet: 72, 54 and A5. RGB value is (114,84,165). Sum of RGB (Red+Green+Blue) = 114+84+165=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 165 (64.84% from 255 or 45.45% from 363); Max value from RGB is 165 - color contains mainly: blue. Hex color #7254A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7254A5 is #8DAB5A. Grayscale: #656565. Windows color (decimal): -9284443 or 10835058. OLE color: 10835058.
HSL color Cylindrical-coordinate representation of color #7254A5: hue angle of 262.22º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7254A5 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 84 | 165 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.35 |
| HSL | 262.22º | 0.33% | 0.49% | - |
| HSV(B) | 262.22º | 0.49% | 0.65% | - |
| XYZ | 16.9 | 12.63 | 37.15 | - |
| YUV | 102.2 | 163.44 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 84 | 165 | 0.31 | 0.49 | 0 | 0.35 | 262.22 | 0.33 | 0.49 |
| Hex | 72 | 54 | A5 | 1F | 31 | 0 | 23 | 106 | 21 | 31 |
| Octal | 162 | 124 | 245 | 37 | 61 | 0 | 43 | 406 | 41 | 61 |
| Binary | 1110010 | 1010100 | 10100101 | 11111 | 110001 | 0 | 100011 | 100000110 | 100001 | 110001 |
Color Harmonies of #7254A5
Complementary color
Monochromatic Colors of #7254A5
Black with #7254A5
Text Example
Text Example
White with #7254A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7254A5; }
p { color: rgb(114,84,165); }
H1.HeaderClassName
{
color: #7254A5;
}
.AnyTagClassName
{
color: #7254A5;
}
</style>
background-color css
<style>
a { background-color: #7254A5; }
a { background-color: rgb(114,84,165); }
div.DivClassName
{
background-color: #7254A5;
}
.BgClassName
{
background-color: #7254A5;
}
</style>
border-color css
<style>
span { border-color: #7254A5; }
span { border-color: rgb(114,84,165); }
td.TdClassName
{
border-color: #7254A5;
}
.TagClassName
{
border-color: #7254A5;
}
</style>