Shades of Blue Violet #7615DF
Tints of Blue Violet #7615DF
RGB
CMYK
RGB Variations
Color information
#7615DF (or 0x7615DF) is known color: Blue Violet. HEX triplet: 76, 15 and DF. RGB value is (118,21,223). Sum of RGB (Red+Green+Blue) = 118+21+223=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #7615DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7615DF is #89EA20. Grayscale: #484848. Windows color (decimal): -9038369 or 14620022. OLE color: 14620022.
HSL color Cylindrical-coordinate representation of color #7615DF: hue angle of 268.81º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7615DF is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 21 | 223 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.13 |
| HSL | 268.81º | 0.83% | 0.48% | - |
| HSV(B) | 268.81º | 0.91% | 0.87% | - |
| XYZ | 21.06 | 9.72 | 70.58 | - |
| YUV | 73.03 | 212.64 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 223 | 0.47 | 0.91 | 0 | 0.13 | 268.81 | 0.83 | 0.48 |
| Hex | 76 | 15 | DF | 2F | 5B | 0 | D | 10D | 53 | 30 |
| Octal | 166 | 25 | 337 | 57 | 133 | 0 | 15 | 415 | 123 | 60 |
| Binary | 1110110 | 10101 | 11011111 | 101111 | 1011011 | 0 | 1101 | 100001101 | 1010011 | 110000 |
Color Harmonies of #7615DF
Complementary color
Monochromatic Colors of #7615DF
Black with #7615DF
Text Example
Text Example
White with #7615DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7615DF; }
p { color: rgb(118,21,223); }
H1.HeaderClassName
{
color: #7615DF;
}
.AnyTagClassName
{
color: #7615DF;
}
</style>
background-color css
<style>
a { background-color: #7615DF; }
a { background-color: rgb(118,21,223); }
div.DivClassName
{
background-color: #7615DF;
}
.BgClassName
{
background-color: #7615DF;
}
</style>
border-color css
<style>
span { border-color: #7615DF; }
span { border-color: rgb(118,21,223); }
td.TdClassName
{
border-color: #7615DF;
}
.TagClassName
{
border-color: #7615DF;
}
</style>