Shades of Blue Violet #730CDC
Tints of Blue Violet #730CDC
RGB
CMYK
RGB Variations
Color information
#730CDC (or 0x730CDC) is known color: Blue Violet. HEX triplet: 73, 0C and DC. RGB value is (115,12,220). Sum of RGB (Red+Green+Blue) = 115+12+220=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #730CDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730CDC is #8CF323. Grayscale: #414141. Windows color (decimal): -9237284 or 14421107. OLE color: 14421107.
HSL color Cylindrical-coordinate representation of color #730CDC: hue angle of 269.71º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730CDC is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 12 | 220 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.14 |
| HSL | 269.71º | 0.9% | 0.45% | - |
| HSV(B) | 269.71º | 0.95% | 0.86% | - |
| XYZ | 20.12 | 9.08 | 68.4 | - |
| YUV | 66.51 | 214.62 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 220 | 0.48 | 0.95 | 0 | 0.14 | 269.71 | 0.9 | 0.45 |
| Hex | 73 | C | DC | 30 | 5F | 0 | E | 10E | 5A | 2D |
| Octal | 163 | 14 | 334 | 60 | 137 | 0 | 16 | 416 | 132 | 55 |
| Binary | 1110011 | 1100 | 11011100 | 110000 | 1011111 | 0 | 1110 | 100001110 | 1011010 | 101101 |
Color Harmonies of #730CDC
Complementary color
Monochromatic Colors of #730CDC
Black with #730CDC
Text Example
Text Example
White with #730CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730CDC; }
p { color: rgb(115,12,220); }
H1.HeaderClassName
{
color: #730CDC;
}
.AnyTagClassName
{
color: #730CDC;
}
</style>
background-color css
<style>
a { background-color: #730CDC; }
a { background-color: rgb(115,12,220); }
div.DivClassName
{
background-color: #730CDC;
}
.BgClassName
{
background-color: #730CDC;
}
</style>
border-color css
<style>
span { border-color: #730CDC; }
span { border-color: rgb(115,12,220); }
td.TdClassName
{
border-color: #730CDC;
}
.TagClassName
{
border-color: #730CDC;
}
</style>