Shades of Blue Violet #7F3CCE
Tints of Blue Violet #7F3CCE
RGB
CMYK
RGB Variations
Color information
#7F3CCE (or 0x7F3CCE) is known color: Blue Violet. HEX triplet: 7F, 3C and CE. RGB value is (127,60,206). Sum of RGB (Red+Green+Blue) = 127+60+206=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F3CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3CCE is #80C331. Grayscale: #606060. Windows color (decimal): -8438578 or 13515903. OLE color: 13515903.
HSL color Cylindrical-coordinate representation of color #7F3CCE: hue angle of 267.53º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F3CCE is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 60 | 206 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.19 |
| HSL | 267.53º | 0.6% | 0.52% | - |
| HSV(B) | 267.53º | 0.71% | 0.81% | - |
| XYZ | 21.51 | 12.2 | 59.61 | - |
| YUV | 96.68 | 189.7 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 60 | 206 | 0.38 | 0.71 | 0 | 0.19 | 267.53 | 0.6 | 0.52 |
| Hex | 7F | 3C | CE | 26 | 47 | 0 | 13 | 10C | 3C | 34 |
| Octal | 177 | 74 | 316 | 46 | 107 | 0 | 23 | 414 | 74 | 64 |
| Binary | 1111111 | 111100 | 11001110 | 100110 | 1000111 | 0 | 10011 | 100001100 | 111100 | 110100 |
Color Harmonies of #7F3CCE
Complementary color
Monochromatic Colors of #7F3CCE
Black with #7F3CCE
Text Example
Text Example
White with #7F3CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3CCE; }
p { color: rgb(127,60,206); }
H1.HeaderClassName
{
color: #7F3CCE;
}
.AnyTagClassName
{
color: #7F3CCE;
}
</style>
background-color css
<style>
a { background-color: #7F3CCE; }
a { background-color: rgb(127,60,206); }
div.DivClassName
{
background-color: #7F3CCE;
}
.BgClassName
{
background-color: #7F3CCE;
}
</style>
border-color css
<style>
span { border-color: #7F3CCE; }
span { border-color: rgb(127,60,206); }
td.TdClassName
{
border-color: #7F3CCE;
}
.TagClassName
{
border-color: #7F3CCE;
}
</style>