Shades of Blue Violet #750CDC
Tints of Blue Violet #750CDC
RGB
CMYK
RGB Variations
Color information
#750CDC (or 0x750CDC) is known color: Blue Violet. HEX triplet: 75, 0C and DC. RGB value is (117,12,220). Sum of RGB (Red+Green+Blue) = 117+12+220=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #750CDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750CDC is #8AF323. Grayscale: #424242. Windows color (decimal): -9106212 or 14421109. OLE color: 14421109.
HSL color Cylindrical-coordinate representation of color #750CDC: hue angle of 270.29º 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 #750CDC is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 12 | 220 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.14 |
| HSL | 270.29º | 0.9% | 0.45% | - |
| HSV(B) | 270.29º | 0.95% | 0.86% | - |
| XYZ | 20.39 | 9.21 | 68.41 | - |
| YUV | 67.11 | 214.29 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 220 | 0.47 | 0.95 | 0 | 0.14 | 270.29 | 0.9 | 0.45 |
| Hex | 75 | C | DC | 2F | 5F | 0 | E | 10E | 5A | 2D |
| Octal | 165 | 14 | 334 | 57 | 137 | 0 | 16 | 416 | 132 | 55 |
| Binary | 1110101 | 1100 | 11011100 | 101111 | 1011111 | 0 | 1110 | 100001110 | 1011010 | 101101 |
Color Harmonies of #750CDC
Complementary color
Monochromatic Colors of #750CDC
Black with #750CDC
Text Example
Text Example
White with #750CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750CDC; }
p { color: rgb(117,12,220); }
H1.HeaderClassName
{
color: #750CDC;
}
.AnyTagClassName
{
color: #750CDC;
}
</style>
background-color css
<style>
a { background-color: #750CDC; }
a { background-color: rgb(117,12,220); }
div.DivClassName
{
background-color: #750CDC;
}
.BgClassName
{
background-color: #750CDC;
}
</style>
border-color css
<style>
span { border-color: #750CDC; }
span { border-color: rgb(117,12,220); }
td.TdClassName
{
border-color: #750CDC;
}
.TagClassName
{
border-color: #750CDC;
}
</style>