Shades of Studio #7843AF
Tints of Studio #7843AF
RGB
CMYK
RGB Variations
Color information
#7843AF (or 0x7843AF) is known color: Studio. HEX triplet: 78, 43 and AF. RGB value is (120,67,175). Sum of RGB (Red+Green+Blue) = 120+67+175=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #7843AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7843AF is #87BC50. Grayscale: #5E5E5E. Windows color (decimal): -8895569 or 11486072. OLE color: 11486072.
HSL color Cylindrical-coordinate representation of color #7843AF: hue angle of 269.44º 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 #7843AF is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 67 | 175 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.31 |
| HSL | 269.44º | 0.45% | 0.47% | - |
| HSV(B) | 269.44º | 0.62% | 0.69% | - |
| XYZ | 17.49 | 11.1 | 41.78 | - |
| YUV | 95.16 | 173.06 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 67 | 175 | 0.31 | 0.62 | 0 | 0.31 | 269.44 | 0.45 | 0.47 |
| Hex | 78 | 43 | AF | 1F | 3E | 0 | 1F | 10D | 2D | 2F |
| Octal | 170 | 103 | 257 | 37 | 76 | 0 | 37 | 415 | 55 | 57 |
| Binary | 1111000 | 1000011 | 10101111 | 11111 | 111110 | 0 | 11111 | 100001101 | 101101 | 101111 |
Color Harmonies of #7843AF
Complementary color
Monochromatic Colors of #7843AF
Black with #7843AF
Text Example
Text Example
White with #7843AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7843AF; }
p { color: rgb(120,67,175); }
H1.HeaderClassName
{
color: #7843AF;
}
.AnyTagClassName
{
color: #7843AF;
}
</style>
background-color css
<style>
a { background-color: #7843AF; }
a { background-color: rgb(120,67,175); }
div.DivClassName
{
background-color: #7843AF;
}
.BgClassName
{
background-color: #7843AF;
}
</style>
border-color css
<style>
span { border-color: #7843AF; }
span { border-color: rgb(120,67,175); }
td.TdClassName
{
border-color: #7843AF;
}
.TagClassName
{
border-color: #7843AF;
}
</style>