Shades of Studio #7442AC
Tints of Studio #7442AC
RGB
CMYK
RGB Variations
Color information
#7442AC (or 0x7442AC) is known color: Studio. HEX triplet: 74, 42 and AC. RGB value is (116,66,172). Sum of RGB (Red+Green+Blue) = 116+66+172=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #7442AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7442AC is #8BBD53. Grayscale: #5C5C5C. Windows color (decimal): -9157972 or 11289204. OLE color: 11289204.
HSL color Cylindrical-coordinate representation of color #7442AC: hue angle of 268.3º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7442AC is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 66 | 172 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.33 |
| HSL | 268.3º | 0.45% | 0.47% | - |
| HSV(B) | 268.3º | 0.62% | 0.67% | - |
| XYZ | 16.6 | 10.59 | 40.2 | - |
| YUV | 93.03 | 172.57 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 66 | 172 | 0.33 | 0.62 | 0 | 0.33 | 268.3 | 0.45 | 0.47 |
| Hex | 74 | 42 | AC | 21 | 3E | 0 | 21 | 10C | 2D | 2F |
| Octal | 164 | 102 | 254 | 41 | 76 | 0 | 41 | 414 | 55 | 57 |
| Binary | 1110100 | 1000010 | 10101100 | 100001 | 111110 | 0 | 100001 | 100001100 | 101101 | 101111 |
Color Harmonies of #7442AC
Complementary color
Monochromatic Colors of #7442AC
Black with #7442AC
Text Example
Text Example
White with #7442AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7442AC; }
p { color: rgb(116,66,172); }
H1.HeaderClassName
{
color: #7442AC;
}
.AnyTagClassName
{
color: #7442AC;
}
</style>
background-color css
<style>
a { background-color: #7442AC; }
a { background-color: rgb(116,66,172); }
div.DivClassName
{
background-color: #7442AC;
}
.BgClassName
{
background-color: #7442AC;
}
</style>
border-color css
<style>
span { border-color: #7442AC; }
span { border-color: rgb(116,66,172); }
td.TdClassName
{
border-color: #7442AC;
}
.TagClassName
{
border-color: #7442AC;
}
</style>