Shades of Studio #67519F
Tints of Studio #67519F
RGB
CMYK
RGB Variations
Color information
#67519F (or 0x67519F) is known color: Studio. HEX triplet: 67, 51 and 9F. RGB value is (103,81,159). Sum of RGB (Red+Green+Blue) = 103+81+159=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #67519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67519F is #98AE60. Grayscale: #606060. Windows color (decimal): -10006113 or 10441063. OLE color: 10441063.
HSL color Cylindrical-coordinate representation of color #67519F: hue angle of 256.92º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67519F is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 81 | 159 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.38 |
| HSL | 256.92º | 0.33% | 0.47% | - |
| HSV(B) | 256.92º | 0.49% | 0.62% | - |
| XYZ | 14.79 | 11.27 | 34.2 | - |
| YUV | 96.47 | 163.29 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 159 | 0.35 | 0.49 | 0 | 0.38 | 256.92 | 0.33 | 0.47 |
| Hex | 67 | 51 | 9F | 23 | 31 | 0 | 26 | 101 | 20 | 2F |
| Octal | 147 | 121 | 237 | 43 | 61 | 0 | 46 | 401 | 40 | 57 |
| Binary | 1100111 | 1010001 | 10011111 | 100011 | 110001 | 0 | 100110 | 100000001 | 100000 | 101111 |
Color Harmonies of #67519F
Complementary color
Monochromatic Colors of #67519F
Black with #67519F
Text Example
Text Example
White with #67519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67519F; }
p { color: rgb(103,81,159); }
H1.HeaderClassName
{
color: #67519F;
}
.AnyTagClassName
{
color: #67519F;
}
</style>
background-color css
<style>
a { background-color: #67519F; }
a { background-color: rgb(103,81,159); }
div.DivClassName
{
background-color: #67519F;
}
.BgClassName
{
background-color: #67519F;
}
</style>
border-color css
<style>
span { border-color: #67519F; }
span { border-color: rgb(103,81,159); }
td.TdClassName
{
border-color: #67519F;
}
.TagClassName
{
border-color: #67519F;
}
</style>