Shades of Dark Violet #7B05CF
Tints of Dark Violet #7B05CF
RGB
CMYK
RGB Variations
Color information
#7B05CF (or 0x7B05CF) is known color: Dark Violet. HEX triplet: 7B, 05 and CF. RGB value is (123,5,207). Sum of RGB (Red+Green+Blue) = 123+5+207=335 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.72% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B05CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B05CF is #84FA30. Grayscale: #3E3E3E. Windows color (decimal): -8714801 or 13567355. OLE color: 13567355.
HSL color Cylindrical-coordinate representation of color #7B05CF: hue angle of 275.05º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B05CF is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 5 | 207 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.19 |
| HSL | 275.05º | 0.95% | 0.42% | - |
| HSV(B) | 275.05º | 0.98% | 0.81% | - |
| XYZ | 19.49 | 8.82 | 59.71 | - |
| YUV | 63.31 | 209.09 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 207 | 0.41 | 0.98 | 0 | 0.19 | 275.05 | 0.95 | 0.42 |
| Hex | 7B | 5 | CF | 29 | 62 | 0 | 13 | 113 | 5F | 2A |
| Octal | 173 | 5 | 317 | 51 | 142 | 0 | 23 | 423 | 137 | 52 |
| Binary | 1111011 | 101 | 11001111 | 101001 | 1100010 | 0 | 10011 | 100010011 | 1011111 | 101010 |
Color Harmonies of #7B05CF
Complementary color
Monochromatic Colors of #7B05CF
Black with #7B05CF
Text Example
Text Example
White with #7B05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B05CF; }
p { color: rgb(123,5,207); }
H1.HeaderClassName
{
color: #7B05CF;
}
.AnyTagClassName
{
color: #7B05CF;
}
</style>
background-color css
<style>
a { background-color: #7B05CF; }
a { background-color: rgb(123,5,207); }
div.DivClassName
{
background-color: #7B05CF;
}
.BgClassName
{
background-color: #7B05CF;
}
</style>
border-color css
<style>
span { border-color: #7B05CF; }
span { border-color: rgb(123,5,207); }
td.TdClassName
{
border-color: #7B05CF;
}
.TagClassName
{
border-color: #7B05CF;
}
</style>