Shades of Studio #7F40B3
Tints of Studio #7F40B3
RGB
CMYK
RGB Variations
Color information
#7F40B3 (or 0x7F40B3) is known color: Studio. HEX triplet: 7F, 40 and B3. RGB value is (127,64,179). Sum of RGB (Red+Green+Blue) = 127+64+179=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 179 - color contains mainly: blue. Hex color #7F40B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F40B3 is #80BF4C. Grayscale: #5F5F5F. Windows color (decimal): -8437581 or 11747455. OLE color: 11747455.
HSL color Cylindrical-coordinate representation of color #7F40B3: hue angle of 272.87º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F40B3 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 64 | 179 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.30 |
| HSL | 272.87º | 0.47% | 0.48% | - |
| HSV(B) | 272.87º | 0.64% | 0.7% | - |
| XYZ | 18.72 | 11.43 | 43.87 | - |
| YUV | 95.95 | 174.87 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 64 | 179 | 0.29 | 0.64 | 0 | 0.30 | 272.87 | 0.47 | 0.48 |
| Hex | 7F | 40 | B3 | 1D | 40 | 0 | 1E | 111 | 2F | 30 |
| Octal | 177 | 100 | 263 | 35 | 100 | 0 | 36 | 421 | 57 | 60 |
| Binary | 1111111 | 1000000 | 10110011 | 11101 | 1000000 | 0 | 11110 | 100010001 | 101111 | 110000 |
Color Harmonies of #7F40B3
Complementary color
Monochromatic Colors of #7F40B3
Black with #7F40B3
Text Example
Text Example
White with #7F40B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F40B3; }
p { color: rgb(127,64,179); }
H1.HeaderClassName
{
color: #7F40B3;
}
.AnyTagClassName
{
color: #7F40B3;
}
</style>
background-color css
<style>
a { background-color: #7F40B3; }
a { background-color: rgb(127,64,179); }
div.DivClassName
{
background-color: #7F40B3;
}
.BgClassName
{
background-color: #7F40B3;
}
</style>
border-color css
<style>
span { border-color: #7F40B3; }
span { border-color: rgb(127,64,179); }
td.TdClassName
{
border-color: #7F40B3;
}
.TagClassName
{
border-color: #7F40B3;
}
</style>