Shades of Blue Violet #753AF2
Tints of Blue Violet #753AF2
RGB
CMYK
RGB Variations
Color information
#753AF2 (or 0x753AF2) is known color: Blue Violet. HEX triplet: 75, 3A and F2. RGB value is (117,58,242). Sum of RGB (Red+Green+Blue) = 117+58+242=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 242 (94.92% from 255 or 58.03% from 417); Max value from RGB is 242 - color contains mainly: blue. Hex color #753AF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753AF2 is #8AC50D. Grayscale: #5F5F5F. Windows color (decimal): -9094414 or 15874677. OLE color: 15874677.
HSL color Cylindrical-coordinate representation of color #753AF2: hue angle of 259.24º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #753AF2 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 58 | 242 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.05 |
| HSL | 259.24º | 0.88% | 0.59% | - |
| HSV(B) | 259.24º | 0.76% | 0.95% | - |
| XYZ | 24.88 | 13.22 | 85.24 | - |
| YUV | 96.62 | 210.05 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 242 | 0.52 | 0.76 | 0 | 0.05 | 259.24 | 0.88 | 0.59 |
| Hex | 75 | 3A | F2 | 34 | 4C | 0 | 5 | 103 | 58 | 3B |
| Octal | 165 | 72 | 362 | 64 | 114 | 0 | 5 | 403 | 130 | 73 |
| Binary | 1110101 | 111010 | 11110010 | 110100 | 1001100 | 0 | 101 | 100000011 | 1011000 | 111011 |
Color Harmonies of #753AF2
Complementary color
Monochromatic Colors of #753AF2
Black with #753AF2
Text Example
Text Example
White with #753AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753AF2; }
p { color: rgb(117,58,242); }
H1.HeaderClassName
{
color: #753AF2;
}
.AnyTagClassName
{
color: #753AF2;
}
</style>
background-color css
<style>
a { background-color: #753AF2; }
a { background-color: rgb(117,58,242); }
div.DivClassName
{
background-color: #753AF2;
}
.BgClassName
{
background-color: #753AF2;
}
</style>
border-color css
<style>
span { border-color: #753AF2; }
span { border-color: rgb(117,58,242); }
td.TdClassName
{
border-color: #753AF2;
}
.TagClassName
{
border-color: #753AF2;
}
</style>