Shades of Studio #754396
Tints of Studio #754396
RGB
CMYK
RGB Variations
Color information
#754396 (or 0x754396) is known color: Studio. HEX triplet: 75, 43 and 96. RGB value is (117,67,150). Sum of RGB (Red+Green+Blue) = 117+67+150=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #754396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754396 is #8ABC69. Grayscale: #5B5B5B. Windows color (decimal): -9092202 or 9847669. OLE color: 9847669.
HSL color Cylindrical-coordinate representation of color #754396: hue angle of 276.14º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #754396 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 67 | 150 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.41 |
| HSL | 276.14º | 0.38% | 0.43% | - |
| HSV(B) | 276.14º | 0.55% | 0.59% | - |
| XYZ | 14.85 | 10 | 30 | - |
| YUV | 91.41 | 161.07 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 150 | 0.22 | 0.55 | 0 | 0.41 | 276.14 | 0.38 | 0.43 |
| Hex | 75 | 43 | 96 | 16 | 37 | 0 | 29 | 114 | 26 | 2B |
| Octal | 165 | 103 | 226 | 26 | 67 | 0 | 51 | 424 | 46 | 53 |
| Binary | 1110101 | 1000011 | 10010110 | 10110 | 110111 | 0 | 101001 | 100010100 | 100110 | 101011 |
Color Harmonies of #754396
Complementary color
Monochromatic Colors of #754396
Black with #754396
Text Example
Text Example
White with #754396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754396; }
p { color: rgb(117,67,150); }
H1.HeaderClassName
{
color: #754396;
}
.AnyTagClassName
{
color: #754396;
}
</style>
background-color css
<style>
a { background-color: #754396; }
a { background-color: rgb(117,67,150); }
div.DivClassName
{
background-color: #754396;
}
.BgClassName
{
background-color: #754396;
}
</style>
border-color css
<style>
span { border-color: #754396; }
span { border-color: rgb(117,67,150); }
td.TdClassName
{
border-color: #754396;
}
.TagClassName
{
border-color: #754396;
}
</style>