Shades of Blue Violet #7B13DC
Tints of Blue Violet #7B13DC
RGB
CMYK
RGB Variations
Color information
#7B13DC (or 0x7B13DC) is known color: Blue Violet. HEX triplet: 7B, 13 and DC. RGB value is (123,19,220). Sum of RGB (Red+Green+Blue) = 123+19+220=362 (47% of max value = 765). Red value is 123 (48.44% from 255 or 33.98% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B13DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B13DC is #84EC23. Grayscale: #484848. Windows color (decimal): -8711204 or 14422907. OLE color: 14422907.
HSL color Cylindrical-coordinate representation of color #7B13DC: hue angle of 271.04º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B13DC is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 19 | 220 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.14 |
| HSL | 271.04º | 0.84% | 0.47% | - |
| HSV(B) | 271.04º | 0.91% | 0.86% | - |
| XYZ | 21.32 | 9.84 | 68.49 | - |
| YUV | 73.01 | 210.96 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 19 | 220 | 0.44 | 0.91 | 0 | 0.14 | 271.04 | 0.84 | 0.47 |
| Hex | 7B | 13 | DC | 2C | 5B | 0 | E | 10F | 54 | 2F |
| Octal | 173 | 23 | 334 | 54 | 133 | 0 | 16 | 417 | 124 | 57 |
| Binary | 1111011 | 10011 | 11011100 | 101100 | 1011011 | 0 | 1110 | 100001111 | 1010100 | 101111 |
Color Harmonies of #7B13DC
Complementary color
Monochromatic Colors of #7B13DC
Black with #7B13DC
Text Example
Text Example
White with #7B13DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B13DC; }
p { color: rgb(123,19,220); }
H1.HeaderClassName
{
color: #7B13DC;
}
.AnyTagClassName
{
color: #7B13DC;
}
</style>
background-color css
<style>
a { background-color: #7B13DC; }
a { background-color: rgb(123,19,220); }
div.DivClassName
{
background-color: #7B13DC;
}
.BgClassName
{
background-color: #7B13DC;
}
</style>
border-color css
<style>
span { border-color: #7B13DC; }
span { border-color: rgb(123,19,220); }
td.TdClassName
{
border-color: #7B13DC;
}
.TagClassName
{
border-color: #7B13DC;
}
</style>