Shades of Blue Violet #753CEA
Tints of Blue Violet #753CEA
RGB
CMYK
RGB Variations
Color information
#753CEA (or 0x753CEA) is known color: Blue Violet. HEX triplet: 75, 3C and EA. RGB value is (117,60,234). Sum of RGB (Red+Green+Blue) = 117+60+234=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #753CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753CEA is #8AC315. Grayscale: #606060. Windows color (decimal): -9093910 or 15350901. OLE color: 15350901.
HSL color Cylindrical-coordinate representation of color #753CEA: hue angle of 259.66º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #753CEA is Cyan = 0.5, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 60 | 234 | - |
| CMYK | 0.5 | 0.74 | 0 | 0.08 |
| HSL | 259.66º | 0.81% | 0.58% | - |
| HSV(B) | 259.66º | 0.74% | 0.92% | - |
| XYZ | 23.8 | 12.95 | 79.09 | - |
| YUV | 96.88 | 205.38 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 234 | 0.5 | 0.74 | 0 | 0.08 | 259.66 | 0.81 | 0.58 |
| Hex | 75 | 3C | EA | 32 | 4A | 0 | 8 | 104 | 51 | 3A |
| Octal | 165 | 74 | 352 | 62 | 112 | 0 | 10 | 404 | 121 | 72 |
| Binary | 1110101 | 111100 | 11101010 | 110010 | 1001010 | 0 | 1000 | 100000100 | 1010001 | 111010 |
Color Harmonies of #753CEA
Complementary color
Monochromatic Colors of #753CEA
Black with #753CEA
Text Example
Text Example
White with #753CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753CEA; }
p { color: rgb(117,60,234); }
H1.HeaderClassName
{
color: #753CEA;
}
.AnyTagClassName
{
color: #753CEA;
}
</style>
background-color css
<style>
a { background-color: #753CEA; }
a { background-color: rgb(117,60,234); }
div.DivClassName
{
background-color: #753CEA;
}
.BgClassName
{
background-color: #753CEA;
}
</style>
border-color css
<style>
span { border-color: #753CEA; }
span { border-color: rgb(117,60,234); }
td.TdClassName
{
border-color: #753CEA;
}
.TagClassName
{
border-color: #753CEA;
}
</style>