Shades of Vivid Violet #6A278F
Tints of Vivid Violet #6A278F
RGB
CMYK
RGB Variations
Color information
#6A278F (or 0x6A278F) is known color: Vivid Violet. HEX triplet: 6A, 27 and 8F. RGB value is (106,39,143). Sum of RGB (Red+Green+Blue) = 106+39+143=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #6A278F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A278F is #95D870. Grayscale: #464646. Windows color (decimal): -9820273 or 9381738. OLE color: 9381738.
HSL color Cylindrical-coordinate representation of color #6A278F: hue angle of 278.65º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A278F is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 39 | 143 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.44 |
| HSL | 278.65º | 0.57% | 0.36% | - |
| HSV(B) | 278.65º | 0.73% | 0.56% | - |
| XYZ | 11.63 | 6.5 | 26.63 | - |
| YUV | 70.89 | 168.7 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 39 | 143 | 0.26 | 0.73 | 0 | 0.44 | 278.65 | 0.57 | 0.36 |
| Hex | 6A | 27 | 8F | 1A | 49 | 0 | 2C | 117 | 39 | 24 |
| Octal | 152 | 47 | 217 | 32 | 111 | 0 | 54 | 427 | 71 | 44 |
| Binary | 1101010 | 100111 | 10001111 | 11010 | 1001001 | 0 | 101100 | 100010111 | 111001 | 100100 |
Color Harmonies of #6A278F
Complementary color
Monochromatic Colors of #6A278F
Black with #6A278F
Text Example
Text Example
White with #6A278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A278F; }
p { color: rgb(106,39,143); }
H1.HeaderClassName
{
color: #6A278F;
}
.AnyTagClassName
{
color: #6A278F;
}
</style>
background-color css
<style>
a { background-color: #6A278F; }
a { background-color: rgb(106,39,143); }
div.DivClassName
{
background-color: #6A278F;
}
.BgClassName
{
background-color: #6A278F;
}
</style>
border-color css
<style>
span { border-color: #6A278F; }
span { border-color: rgb(106,39,143); }
td.TdClassName
{
border-color: #6A278F;
}
.TagClassName
{
border-color: #6A278F;
}
</style>