Shades of Studio #7245B6
Tints of Studio #7245B6
RGB
CMYK
RGB Variations
Color information
#7245B6 (or 0x7245B6) is known color: Studio. HEX triplet: 72, 45 and B6. RGB value is (114,69,182). Sum of RGB (Red+Green+Blue) = 114+69+182=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #7245B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7245B6 is #8DBA49. Grayscale: #5E5E5E. Windows color (decimal): -9288266 or 11945330. OLE color: 11945330.
HSL color Cylindrical-coordinate representation of color #7245B6: hue angle of 263.89º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7245B6 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 69 | 182 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.29 |
| HSL | 263.89º | 0.45% | 0.49% | - |
| HSV(B) | 263.89º | 0.62% | 0.71% | - |
| XYZ | 17.51 | 11.21 | 45.5 | - |
| YUV | 95.34 | 176.91 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 69 | 182 | 0.37 | 0.62 | 0 | 0.29 | 263.89 | 0.45 | 0.49 |
| Hex | 72 | 45 | B6 | 25 | 3E | 0 | 1D | 108 | 2D | 31 |
| Octal | 162 | 105 | 266 | 45 | 76 | 0 | 35 | 410 | 55 | 61 |
| Binary | 1110010 | 1000101 | 10110110 | 100101 | 111110 | 0 | 11101 | 100001000 | 101101 | 110001 |
Color Harmonies of #7245B6
Complementary color
Monochromatic Colors of #7245B6
Black with #7245B6
Text Example
Text Example
White with #7245B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7245B6; }
p { color: rgb(114,69,182); }
H1.HeaderClassName
{
color: #7245B6;
}
.AnyTagClassName
{
color: #7245B6;
}
</style>
background-color css
<style>
a { background-color: #7245B6; }
a { background-color: rgb(114,69,182); }
div.DivClassName
{
background-color: #7245B6;
}
.BgClassName
{
background-color: #7245B6;
}
</style>
border-color css
<style>
span { border-color: #7245B6; }
span { border-color: rgb(114,69,182); }
td.TdClassName
{
border-color: #7245B6;
}
.TagClassName
{
border-color: #7245B6;
}
</style>