Shades of Studio #754BAA
Tints of Studio #754BAA
RGB
CMYK
RGB Variations
Color information
#754BAA (or 0x754BAA) is known color: Studio. HEX triplet: 75, 4B and AA. RGB value is (117,75,170). Sum of RGB (Red+Green+Blue) = 117+75+170=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #754BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754BAA is #8AB455. Grayscale: #626262. Windows color (decimal): -9090134 or 11160437. OLE color: 11160437.
HSL color Cylindrical-coordinate representation of color #754BAA: hue angle of 266.53º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #754BAA is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 75 | 170 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.33 |
| HSL | 266.53º | 0.39% | 0.48% | - |
| HSV(B) | 266.53º | 0.56% | 0.67% | - |
| XYZ | 17.11 | 11.72 | 39.39 | - |
| YUV | 98.39 | 168.41 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 170 | 0.31 | 0.56 | 0 | 0.33 | 266.53 | 0.39 | 0.48 |
| Hex | 75 | 4B | AA | 1F | 38 | 0 | 21 | 10B | 27 | 30 |
| Octal | 165 | 113 | 252 | 37 | 70 | 0 | 41 | 413 | 47 | 60 |
| Binary | 1110101 | 1001011 | 10101010 | 11111 | 111000 | 0 | 100001 | 100001011 | 100111 | 110000 |
Color Harmonies of #754BAA
Complementary color
Monochromatic Colors of #754BAA
Black with #754BAA
Text Example
Text Example
White with #754BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BAA; }
p { color: rgb(117,75,170); }
H1.HeaderClassName
{
color: #754BAA;
}
.AnyTagClassName
{
color: #754BAA;
}
</style>
background-color css
<style>
a { background-color: #754BAA; }
a { background-color: rgb(117,75,170); }
div.DivClassName
{
background-color: #754BAA;
}
.BgClassName
{
background-color: #754BAA;
}
</style>
border-color css
<style>
span { border-color: #754BAA; }
span { border-color: rgb(117,75,170); }
td.TdClassName
{
border-color: #754BAA;
}
.TagClassName
{
border-color: #754BAA;
}
</style>