Shades of Studio #7043AF
Tints of Studio #7043AF
RGB
CMYK
RGB Variations
Color information
#7043AF (or 0x7043AF) is known color: Studio. HEX triplet: 70, 43 and AF. RGB value is (112,67,175). Sum of RGB (Red+Green+Blue) = 112+67+175=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #7043AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7043AF is #8FBC50. Grayscale: #5C5C5C. Windows color (decimal): -9419857 or 11486064. OLE color: 11486064.
HSL color Cylindrical-coordinate representation of color #7043AF: hue angle of 265º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7043AF is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 67 | 175 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.31 |
| HSL | 265º | 0.45% | 0.47% | - |
| HSV(B) | 265º | 0.62% | 0.69% | - |
| XYZ | 16.43 | 10.55 | 41.73 | - |
| YUV | 92.77 | 174.41 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 175 | 0.36 | 0.62 | 0 | 0.31 | 265 | 0.45 | 0.47 |
| Hex | 70 | 43 | AF | 24 | 3E | 0 | 1F | 109 | 2D | 2F |
| Octal | 160 | 103 | 257 | 44 | 76 | 0 | 37 | 411 | 55 | 57 |
| Binary | 1110000 | 1000011 | 10101111 | 100100 | 111110 | 0 | 11111 | 100001001 | 101101 | 101111 |
Color Harmonies of #7043AF
Complementary color
Monochromatic Colors of #7043AF
Black with #7043AF
Text Example
Text Example
White with #7043AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7043AF; }
p { color: rgb(112,67,175); }
H1.HeaderClassName
{
color: #7043AF;
}
.AnyTagClassName
{
color: #7043AF;
}
</style>
background-color css
<style>
a { background-color: #7043AF; }
a { background-color: rgb(112,67,175); }
div.DivClassName
{
background-color: #7043AF;
}
.BgClassName
{
background-color: #7043AF;
}
</style>
border-color css
<style>
span { border-color: #7043AF; }
span { border-color: rgb(112,67,175); }
td.TdClassName
{
border-color: #7043AF;
}
.TagClassName
{
border-color: #7043AF;
}
</style>