Shades of Studio #75449C
Tints of Studio #75449C
RGB
CMYK
RGB Variations
Color information
#75449C (or 0x75449C) is known color: Studio. HEX triplet: 75, 44 and 9C. RGB value is (117,68,156). Sum of RGB (Red+Green+Blue) = 117+68+156=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #75449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75449C is #8ABB63. Grayscale: #5C5C5C. Windows color (decimal): -9091940 or 10241141. OLE color: 10241141.
HSL color Cylindrical-coordinate representation of color #75449C: hue angle of 273.41º 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 #75449C is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 68 | 156 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.39 |
| HSL | 273.41º | 0.39% | 0.44% | - |
| HSV(B) | 273.41º | 0.56% | 0.61% | - |
| XYZ | 15.4 | 10.32 | 32.63 | - |
| YUV | 92.68 | 163.73 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 68 | 156 | 0.25 | 0.56 | 0 | 0.39 | 273.41 | 0.39 | 0.44 |
| Hex | 75 | 44 | 9C | 19 | 38 | 0 | 27 | 111 | 27 | 2C |
| Octal | 165 | 104 | 234 | 31 | 70 | 0 | 47 | 421 | 47 | 54 |
| Binary | 1110101 | 1000100 | 10011100 | 11001 | 111000 | 0 | 100111 | 100010001 | 100111 | 101100 |
Color Harmonies of #75449C
Complementary color
Monochromatic Colors of #75449C
Black with #75449C
Text Example
Text Example
White with #75449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75449C; }
p { color: rgb(117,68,156); }
H1.HeaderClassName
{
color: #75449C;
}
.AnyTagClassName
{
color: #75449C;
}
</style>
background-color css
<style>
a { background-color: #75449C; }
a { background-color: rgb(117,68,156); }
div.DivClassName
{
background-color: #75449C;
}
.BgClassName
{
background-color: #75449C;
}
</style>
border-color css
<style>
span { border-color: #75449C; }
span { border-color: rgb(117,68,156); }
td.TdClassName
{
border-color: #75449C;
}
.TagClassName
{
border-color: #75449C;
}
</style>