Shades of Dark Violet #750BCB
Tints of Dark Violet #750BCB
RGB
CMYK
RGB Variations
Color information
#750BCB (or 0x750BCB) is known color: Dark Violet. HEX triplet: 75, 0B and CB. RGB value is (117,11,203). Sum of RGB (Red+Green+Blue) = 117+11+203=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #750BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750BCB is #8AF434. Grayscale: #3F3F3F. Windows color (decimal): -9106485 or 13306741. OLE color: 13306741.
HSL color Cylindrical-coordinate representation of color #750BCB: hue angle of 273.12º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750BCB is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 11 | 203 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.20 |
| HSL | 273.13º | 0.9% | 0.42% | - |
| HSV(B) | 273.13º | 0.95% | 0.8% | - |
| XYZ | 18.24 | 8.33 | 57.15 | - |
| YUV | 64.58 | 206.12 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 203 | 0.42 | 0.95 | 0 | 0.20 | 273.13 | 0.9 | 0.42 |
| Hex | 75 | B | CB | 2A | 5F | 0 | 14 | 111 | 5A | 2A |
| Octal | 165 | 13 | 313 | 52 | 137 | 0 | 24 | 421 | 132 | 52 |
| Binary | 1110101 | 1011 | 11001011 | 101010 | 1011111 | 0 | 10100 | 100010001 | 1011010 | 101010 |
Color Harmonies of #750BCB
Complementary color
Monochromatic Colors of #750BCB
Black with #750BCB
Text Example
Text Example
White with #750BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750BCB; }
p { color: rgb(117,11,203); }
H1.HeaderClassName
{
color: #750BCB;
}
.AnyTagClassName
{
color: #750BCB;
}
</style>
background-color css
<style>
a { background-color: #750BCB; }
a { background-color: rgb(117,11,203); }
div.DivClassName
{
background-color: #750BCB;
}
.BgClassName
{
background-color: #750BCB;
}
</style>
border-color css
<style>
span { border-color: #750BCB; }
span { border-color: rgb(117,11,203); }
td.TdClassName
{
border-color: #750BCB;
}
.TagClassName
{
border-color: #750BCB;
}
</style>