Shades of Studio #734CAF
Tints of Studio #734CAF
RGB
CMYK
RGB Variations
Color information
#734CAF (or 0x734CAF) is known color: Studio. HEX triplet: 73, 4C and AF. RGB value is (115,76,175). Sum of RGB (Red+Green+Blue) = 115+76+175=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #734CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734CAF is #8CB350. Grayscale: #626262. Windows color (decimal): -9220945 or 11488371. OLE color: 11488371.
HSL color Cylindrical-coordinate representation of color #734CAF: hue angle of 263.64º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #734CAF is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 76 | 175 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.31 |
| HSL | 263.64º | 0.39% | 0.49% | - |
| HSV(B) | 263.64º | 0.57% | 0.69% | - |
| XYZ | 17.39 | 11.91 | 41.94 | - |
| YUV | 98.95 | 170.92 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 175 | 0.34 | 0.57 | 0 | 0.31 | 263.64 | 0.39 | 0.49 |
| Hex | 73 | 4C | AF | 22 | 39 | 0 | 1F | 108 | 27 | 31 |
| Octal | 163 | 114 | 257 | 42 | 71 | 0 | 37 | 410 | 47 | 61 |
| Binary | 1110011 | 1001100 | 10101111 | 100010 | 111001 | 0 | 11111 | 100001000 | 100111 | 110001 |
Color Harmonies of #734CAF
Complementary color
Monochromatic Colors of #734CAF
Black with #734CAF
Text Example
Text Example
White with #734CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734CAF; }
p { color: rgb(115,76,175); }
H1.HeaderClassName
{
color: #734CAF;
}
.AnyTagClassName
{
color: #734CAF;
}
</style>
background-color css
<style>
a { background-color: #734CAF; }
a { background-color: rgb(115,76,175); }
div.DivClassName
{
background-color: #734CAF;
}
.BgClassName
{
background-color: #734CAF;
}
</style>
border-color css
<style>
span { border-color: #734CAF; }
span { border-color: rgb(115,76,175); }
td.TdClassName
{
border-color: #734CAF;
}
.TagClassName
{
border-color: #734CAF;
}
</style>