Shades of Blue Violet #7F3ECF
Tints of Blue Violet #7F3ECF
RGB
CMYK
RGB Variations
Color information
#7F3ECF (or 0x7F3ECF) is known color: Blue Violet. HEX triplet: 7F, 3E and CF. RGB value is (127,62,207). Sum of RGB (Red+Green+Blue) = 127+62+207=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F3ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3ECF is #80C130. Grayscale: #616161. Windows color (decimal): -8438065 or 13581951. OLE color: 13581951.
HSL color Cylindrical-coordinate representation of color #7F3ECF: hue angle of 266.9º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F3ECF is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 62 | 207 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.19 |
| HSL | 266.9º | 0.6% | 0.53% | - |
| HSV(B) | 266.9º | 0.7% | 0.81% | - |
| XYZ | 21.74 | 12.46 | 60.29 | - |
| YUV | 97.97 | 189.53 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 62 | 207 | 0.39 | 0.70 | 0 | 0.19 | 266.9 | 0.6 | 0.53 |
| Hex | 7F | 3E | CF | 27 | 46 | 0 | 13 | 10B | 3C | 35 |
| Octal | 177 | 76 | 317 | 47 | 106 | 0 | 23 | 413 | 74 | 65 |
| Binary | 1111111 | 111110 | 11001111 | 100111 | 1000110 | 0 | 10011 | 100001011 | 111100 | 110101 |
Color Harmonies of #7F3ECF
Complementary color
Monochromatic Colors of #7F3ECF
Black with #7F3ECF
Text Example
Text Example
White with #7F3ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3ECF; }
p { color: rgb(127,62,207); }
H1.HeaderClassName
{
color: #7F3ECF;
}
.AnyTagClassName
{
color: #7F3ECF;
}
</style>
background-color css
<style>
a { background-color: #7F3ECF; }
a { background-color: rgb(127,62,207); }
div.DivClassName
{
background-color: #7F3ECF;
}
.BgClassName
{
background-color: #7F3ECF;
}
</style>
border-color css
<style>
span { border-color: #7F3ECF; }
span { border-color: rgb(127,62,207); }
td.TdClassName
{
border-color: #7F3ECF;
}
.TagClassName
{
border-color: #7F3ECF;
}
</style>