Shades of Blue Violet #753FFE
Tints of Blue Violet #753FFE
RGB
CMYK
RGB Variations
Color information
#753FFE (or 0x753FFE) is known color: Blue Violet. HEX triplet: 75, 3F and FE. RGB value is (117,63,254). Sum of RGB (Red+Green+Blue) = 117+63+254=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #753FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753FFE is #8AC001. Grayscale: #646464. Windows color (decimal): -9093122 or 16662389. OLE color: 16662389.
HSL color Cylindrical-coordinate representation of color #753FFE: hue angle of 256.96º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #753FFE is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 63 | 254 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.00 |
| HSL | 256.96º | 0.99% | 0.62% | - |
| HSV(B) | 256.96º | 0.75% | 1% | - |
| XYZ | 27 | 14.49 | 95.14 | - |
| YUV | 100.92 | 214.39 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 254 | 0.54 | 0.75 | 0 | 0.00 | 256.96 | 0.99 | 0.62 |
| Hex | 75 | 3F | FE | 36 | 4B | 0 | 0 | 101 | 63 | 3E |
| Octal | 165 | 77 | 376 | 66 | 113 | 0 | 0 | 401 | 143 | 76 |
| Binary | 1110101 | 111111 | 11111110 | 110110 | 1001011 | 0 | 0 | 100000001 | 1100011 | 111110 |
Color Harmonies of #753FFE
Complementary color
Monochromatic Colors of #753FFE
Black with #753FFE
Text Example
Text Example
White with #753FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753FFE; }
p { color: rgb(117,63,254); }
H1.HeaderClassName
{
color: #753FFE;
}
.AnyTagClassName
{
color: #753FFE;
}
</style>
background-color css
<style>
a { background-color: #753FFE; }
a { background-color: rgb(117,63,254); }
div.DivClassName
{
background-color: #753FFE;
}
.BgClassName
{
background-color: #753FFE;
}
</style>
border-color css
<style>
span { border-color: #753FFE; }
span { border-color: rgb(117,63,254); }
td.TdClassName
{
border-color: #753FFE;
}
.TagClassName
{
border-color: #753FFE;
}
</style>