Shades of Blue Violet #7F43CC
Tints of Blue Violet #7F43CC
RGB
CMYK
RGB Variations
Color information
#7F43CC (or 0x7F43CC) is known color: Blue Violet. HEX triplet: 7F, 43 and CC. RGB value is (127,67,204). Sum of RGB (Red+Green+Blue) = 127+67+204=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F43CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F43CC is #80BC33. Grayscale: #646464. Windows color (decimal): -8436788 or 13386623. OLE color: 13386623.
HSL color Cylindrical-coordinate representation of color #7F43CC: hue angle of 266.28º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F43CC is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 67 | 204 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.2 |
| HSL | 266.28º | 0.57% | 0.53% | - |
| HSV(B) | 266.28º | 0.67% | 0.8% | - |
| XYZ | 21.66 | 12.89 | 58.47 | - |
| YUV | 100.56 | 186.38 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 67 | 204 | 0.38 | 0.67 | 0 | 0.2 | 266.28 | 0.57 | 0.53 |
| Hex | 7F | 43 | CC | 26 | 43 | 0 | 14 | 10A | 39 | 35 |
| Octal | 177 | 103 | 314 | 46 | 103 | 0 | 24 | 412 | 71 | 65 |
| Binary | 1111111 | 1000011 | 11001100 | 100110 | 1000011 | 0 | 10100 | 100001010 | 111001 | 110101 |
Color Harmonies of #7F43CC
Complementary color
Monochromatic Colors of #7F43CC
Black with #7F43CC
Text Example
Text Example
White with #7F43CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F43CC; }
p { color: rgb(127,67,204); }
H1.HeaderClassName
{
color: #7F43CC;
}
.AnyTagClassName
{
color: #7F43CC;
}
</style>
background-color css
<style>
a { background-color: #7F43CC; }
a { background-color: rgb(127,67,204); }
div.DivClassName
{
background-color: #7F43CC;
}
.BgClassName
{
background-color: #7F43CC;
}
</style>
border-color css
<style>
span { border-color: #7F43CC; }
span { border-color: rgb(127,67,204); }
td.TdClassName
{
border-color: #7F43CC;
}
.TagClassName
{
border-color: #7F43CC;
}
</style>