Shades of Dark Violet #7B00CF
Tints of Dark Violet #7B00CF
RGB
CMYK
RGB Variations
Color information
#7B00CF (or 0x7B00CF) is known color: Dark Violet. HEX triplet: 7B, 00 and CF. RGB value is (123,0,207). Sum of RGB (Red+Green+Blue) = 123+0+207=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B00CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B00CF is #84FF30. Grayscale: #3B3B3B. Windows color (decimal): -8716081 or 13566075. OLE color: 13566075.
HSL color Cylindrical-coordinate representation of color #7B00CF: hue angle of 275.65º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B00CF is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 0 | 207 | - |
| CMYK | 0.41 | 1 | 0 | 0.19 |
| HSL | 275.65º | 1% | 0.41% | - |
| HSV(B) | 275.65º | 1% | 0.81% | - |
| XYZ | 19.43 | 8.72 | 59.69 | - |
| YUV | 60.38 | 210.75 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 0 | 207 | 0.41 | 1 | 0 | 0.19 | 275.65 | 1 | 0.41 |
| Hex | 7B | 0 | CF | 29 | 64 | 0 | 13 | 114 | 64 | 29 |
| Octal | 173 | 0 | 317 | 51 | 144 | 0 | 23 | 424 | 144 | 51 |
| Binary | 1111011 | 0 | 11001111 | 101001 | 1100100 | 0 | 10011 | 100010100 | 1100100 | 101001 |
Color Harmonies of #7B00CF
Complementary color
Monochromatic Colors of #7B00CF
Black with #7B00CF
Text Example
Text Example
White with #7B00CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B00CF; }
p { color: rgb(123,0,207); }
H1.HeaderClassName
{
color: #7B00CF;
}
.AnyTagClassName
{
color: #7B00CF;
}
</style>
background-color css
<style>
a { background-color: #7B00CF; }
a { background-color: rgb(123,0,207); }
div.DivClassName
{
background-color: #7B00CF;
}
.BgClassName
{
background-color: #7B00CF;
}
</style>
border-color css
<style>
span { border-color: #7B00CF; }
span { border-color: rgb(123,0,207); }
td.TdClassName
{
border-color: #7B00CF;
}
.TagClassName
{
border-color: #7B00CF;
}
</style>