Shades of Dark Violet #7B08CC
Tints of Dark Violet #7B08CC
RGB
CMYK
RGB Variations
Color information
#7B08CC (or 0x7B08CC) is known color: Dark Violet. HEX triplet: 7B, 08 and CC. RGB value is (123,8,204). Sum of RGB (Red+Green+Blue) = 123+8+204=335 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.72% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B08CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B08CC is #84F733. Grayscale: #404040. Windows color (decimal): -8714036 or 13371515. OLE color: 13371515.
HSL color Cylindrical-coordinate representation of color #7B08CC: hue angle of 275.2º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B08CC is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 8 | 204 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.2 |
| HSL | 275.2º | 0.92% | 0.42% | - |
| HSV(B) | 275.2º | 0.96% | 0.8% | - |
| XYZ | 19.15 | 8.74 | 57.81 | - |
| YUV | 64.73 | 206.6 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 8 | 204 | 0.40 | 0.96 | 0 | 0.2 | 275.2 | 0.92 | 0.42 |
| Hex | 7B | 8 | CC | 28 | 60 | 0 | 14 | 113 | 5C | 2A |
| Octal | 173 | 10 | 314 | 50 | 140 | 0 | 24 | 423 | 134 | 52 |
| Binary | 1111011 | 1000 | 11001100 | 101000 | 1100000 | 0 | 10100 | 100010011 | 1011100 | 101010 |
Color Harmonies of #7B08CC
Complementary color
Monochromatic Colors of #7B08CC
Black with #7B08CC
Text Example
Text Example
White with #7B08CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B08CC; }
p { color: rgb(123,8,204); }
H1.HeaderClassName
{
color: #7B08CC;
}
.AnyTagClassName
{
color: #7B08CC;
}
</style>
background-color css
<style>
a { background-color: #7B08CC; }
a { background-color: rgb(123,8,204); }
div.DivClassName
{
background-color: #7B08CC;
}
.BgClassName
{
background-color: #7B08CC;
}
</style>
border-color css
<style>
span { border-color: #7B08CC; }
span { border-color: rgb(123,8,204); }
td.TdClassName
{
border-color: #7B08CC;
}
.TagClassName
{
border-color: #7B08CC;
}
</style>