Shades of Blue Violet #7D12DB
Tints of Blue Violet #7D12DB
RGB
CMYK
RGB Variations
Color information
#7D12DB (or 0x7D12DB) is known color: Blue Violet. HEX triplet: 7D, 12 and DB. RGB value is (125,18,219). Sum of RGB (Red+Green+Blue) = 125+18+219=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D12DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D12DB is #82ED24. Grayscale: #484848. Windows color (decimal): -8580389 or 14357117. OLE color: 14357117.
HSL color Cylindrical-coordinate representation of color #7D12DB: hue angle of 271.94º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D12DB is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 18 | 219 | - |
| CMYK | 0.43 | 0.92 | 0 | 0.14 |
| HSL | 271.94º | 0.85% | 0.46% | - |
| HSV(B) | 271.94º | 0.92% | 0.86% | - |
| XYZ | 21.46 | 9.91 | 67.8 | - |
| YUV | 72.91 | 210.45 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 18 | 219 | 0.43 | 0.92 | 0 | 0.14 | 271.94 | 0.85 | 0.46 |
| Hex | 7D | 12 | DB | 2B | 5C | 0 | E | 110 | 55 | 2E |
| Octal | 175 | 22 | 333 | 53 | 134 | 0 | 16 | 420 | 125 | 56 |
| Binary | 1111101 | 10010 | 11011011 | 101011 | 1011100 | 0 | 1110 | 100010000 | 1010101 | 101110 |
Color Harmonies of #7D12DB
Complementary color
Monochromatic Colors of #7D12DB
Black with #7D12DB
Text Example
Text Example
White with #7D12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D12DB; }
p { color: rgb(125,18,219); }
H1.HeaderClassName
{
color: #7D12DB;
}
.AnyTagClassName
{
color: #7D12DB;
}
</style>
background-color css
<style>
a { background-color: #7D12DB; }
a { background-color: rgb(125,18,219); }
div.DivClassName
{
background-color: #7D12DB;
}
.BgClassName
{
background-color: #7D12DB;
}
</style>
border-color css
<style>
span { border-color: #7D12DB; }
span { border-color: rgb(125,18,219); }
td.TdClassName
{
border-color: #7D12DB;
}
.TagClassName
{
border-color: #7D12DB;
}
</style>