Shades of Studio #754DAF
Tints of Studio #754DAF
RGB
CMYK
RGB Variations
Color information
#754DAF (or 0x754DAF) is known color: Studio. HEX triplet: 75, 4D and AF. RGB value is (117,77,175). Sum of RGB (Red+Green+Blue) = 117+77+175=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #754DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754DAF is #8AB250. Grayscale: #636363. Windows color (decimal): -9089617 or 11488629. OLE color: 11488629.
HSL color Cylindrical-coordinate representation of color #754DAF: hue angle of 264.49º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #754DAF is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 77 | 175 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.31 |
| HSL | 264.49º | 0.39% | 0.49% | - |
| HSV(B) | 264.49º | 0.56% | 0.69% | - |
| XYZ | 17.73 | 12.18 | 41.97 | - |
| YUV | 100.13 | 170.25 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 175 | 0.33 | 0.56 | 0 | 0.31 | 264.49 | 0.39 | 0.49 |
| Hex | 75 | 4D | AF | 21 | 38 | 0 | 1F | 108 | 27 | 31 |
| Octal | 165 | 115 | 257 | 41 | 70 | 0 | 37 | 410 | 47 | 61 |
| Binary | 1110101 | 1001101 | 10101111 | 100001 | 111000 | 0 | 11111 | 100001000 | 100111 | 110001 |
Color Harmonies of #754DAF
Complementary color
Monochromatic Colors of #754DAF
Black with #754DAF
Text Example
Text Example
White with #754DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DAF; }
p { color: rgb(117,77,175); }
H1.HeaderClassName
{
color: #754DAF;
}
.AnyTagClassName
{
color: #754DAF;
}
</style>
background-color css
<style>
a { background-color: #754DAF; }
a { background-color: rgb(117,77,175); }
div.DivClassName
{
background-color: #754DAF;
}
.BgClassName
{
background-color: #754DAF;
}
</style>
border-color css
<style>
span { border-color: #754DAF; }
span { border-color: rgb(117,77,175); }
td.TdClassName
{
border-color: #754DAF;
}
.TagClassName
{
border-color: #754DAF;
}
</style>