Shades of Blue Violet #7225DC
Tints of Blue Violet #7225DC
RGB
CMYK
RGB Variations
Color information
#7225DC (or 0x7225DC) is known color: Blue Violet. HEX triplet: 72, 25 and DC. RGB value is (114,37,220). Sum of RGB (Red+Green+Blue) = 114+37+220=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #7225DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7225DC is #8DDA23. Grayscale: #505050. Windows color (decimal): -9296420 or 14427506. OLE color: 14427506.
HSL color Cylindrical-coordinate representation of color #7225DC: hue angle of 265.25º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7225DC is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 37 | 220 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.14 |
| HSL | 265.25º | 0.72% | 0.5% | - |
| HSV(B) | 265.25º | 0.83% | 0.86% | - |
| XYZ | 20.52 | 10.07 | 68.57 | - |
| YUV | 80.89 | 206.51 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 37 | 220 | 0.48 | 0.83 | 0 | 0.14 | 265.25 | 0.72 | 0.5 |
| Hex | 72 | 25 | DC | 30 | 53 | 0 | E | 109 | 48 | 32 |
| Octal | 162 | 45 | 334 | 60 | 123 | 0 | 16 | 411 | 110 | 62 |
| Binary | 1110010 | 100101 | 11011100 | 110000 | 1010011 | 0 | 1110 | 100001001 | 1001000 | 110010 |
Color Harmonies of #7225DC
Complementary color
Monochromatic Colors of #7225DC
Black with #7225DC
Text Example
Text Example
White with #7225DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7225DC; }
p { color: rgb(114,37,220); }
H1.HeaderClassName
{
color: #7225DC;
}
.AnyTagClassName
{
color: #7225DC;
}
</style>
background-color css
<style>
a { background-color: #7225DC; }
a { background-color: rgb(114,37,220); }
div.DivClassName
{
background-color: #7225DC;
}
.BgClassName
{
background-color: #7225DC;
}
</style>
border-color css
<style>
span { border-color: #7225DC; }
span { border-color: rgb(114,37,220); }
td.TdClassName
{
border-color: #7225DC;
}
.TagClassName
{
border-color: #7225DC;
}
</style>