Shades of Studio #753FAF
Tints of Studio #753FAF
RGB
CMYK
RGB Variations
Color information
#753FAF (or 0x753FAF) is known color: Studio. HEX triplet: 75, 3F and AF. RGB value is (117,63,175). Sum of RGB (Red+Green+Blue) = 117+63+175=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #753FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753FAF is #8AC050. Grayscale: #5B5B5B. Windows color (decimal): -9093201 or 11485045. OLE color: 11485045.
HSL color Cylindrical-coordinate representation of color #753FAF: hue angle of 268.93º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #753FAF is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 63 | 175 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.31 |
| HSL | 268.93º | 0.47% | 0.47% | - |
| HSV(B) | 268.93º | 0.64% | 0.69% | - |
| XYZ | 16.85 | 10.43 | 41.68 | - |
| YUV | 91.91 | 174.89 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 175 | 0.33 | 0.64 | 0 | 0.31 | 268.93 | 0.47 | 0.47 |
| Hex | 75 | 3F | AF | 21 | 40 | 0 | 1F | 10D | 2F | 2F |
| Octal | 165 | 77 | 257 | 41 | 100 | 0 | 37 | 415 | 57 | 57 |
| Binary | 1110101 | 111111 | 10101111 | 100001 | 1000000 | 0 | 11111 | 100001101 | 101111 | 101111 |
Color Harmonies of #753FAF
Complementary color
Monochromatic Colors of #753FAF
Black with #753FAF
Text Example
Text Example
White with #753FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753FAF; }
p { color: rgb(117,63,175); }
H1.HeaderClassName
{
color: #753FAF;
}
.AnyTagClassName
{
color: #753FAF;
}
</style>
background-color css
<style>
a { background-color: #753FAF; }
a { background-color: rgb(117,63,175); }
div.DivClassName
{
background-color: #753FAF;
}
.BgClassName
{
background-color: #753FAF;
}
</style>
border-color css
<style>
span { border-color: #753FAF; }
span { border-color: rgb(117,63,175); }
td.TdClassName
{
border-color: #753FAF;
}
.TagClassName
{
border-color: #753FAF;
}
</style>