Shades of Blue Violet #7427D6
Tints of Blue Violet #7427D6
RGB
CMYK
RGB Variations
Color information
#7427D6 (or 0x7427D6) is known color: Blue Violet. HEX triplet: 74, 27 and D6. RGB value is (116,39,214). Sum of RGB (Red+Green+Blue) = 116+39+214=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 214 (83.98% from 255 or 57.99% from 369); Max value from RGB is 214 - color contains mainly: blue. Hex color #7427D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7427D6 is #8BD829. Grayscale: #515151. Windows color (decimal): -9164842 or 14034804. OLE color: 14034804.
HSL color Cylindrical-coordinate representation of color #7427D6: hue angle of 266.4º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7427D6 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 39 | 214 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.16 |
| HSL | 266.4º | 0.69% | 0.5% | - |
| HSV(B) | 266.4º | 0.82% | 0.84% | - |
| XYZ | 20.07 | 10.02 | 64.49 | - |
| YUV | 81.97 | 202.51 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 214 | 0.46 | 0.82 | 0 | 0.16 | 266.4 | 0.69 | 0.5 |
| Hex | 74 | 27 | D6 | 2E | 52 | 0 | 10 | 10A | 45 | 32 |
| Octal | 164 | 47 | 326 | 56 | 122 | 0 | 20 | 412 | 105 | 62 |
| Binary | 1110100 | 100111 | 11010110 | 101110 | 1010010 | 0 | 10000 | 100001010 | 1000101 | 110010 |
Color Harmonies of #7427D6
Complementary color
Monochromatic Colors of #7427D6
Black with #7427D6
Text Example
Text Example
White with #7427D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7427D6; }
p { color: rgb(116,39,214); }
H1.HeaderClassName
{
color: #7427D6;
}
.AnyTagClassName
{
color: #7427D6;
}
</style>
background-color css
<style>
a { background-color: #7427D6; }
a { background-color: rgb(116,39,214); }
div.DivClassName
{
background-color: #7427D6;
}
.BgClassName
{
background-color: #7427D6;
}
</style>
border-color css
<style>
span { border-color: #7427D6; }
span { border-color: rgb(116,39,214); }
td.TdClassName
{
border-color: #7427D6;
}
.TagClassName
{
border-color: #7427D6;
}
</style>