Shades of Vivid Violet #6A2387
Tints of Vivid Violet #6A2387
RGB
CMYK
RGB Variations
Color information
#6A2387 (or 0x6A2387) is known color: Vivid Violet. HEX triplet: 6A, 23 and 87. RGB value is (106,35,135). Sum of RGB (Red+Green+Blue) = 106+35+135=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #6A2387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2387 is #95DC78. Grayscale: #434343. Windows color (decimal): -9821305 or 8856426. OLE color: 8856426.
HSL color Cylindrical-coordinate representation of color #6A2387: hue angle of 282.6º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A2387 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 35 | 135 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.47 |
| HSL | 282.6º | 0.59% | 0.33% | - |
| HSV(B) | 282.6º | 0.74% | 0.53% | - |
| XYZ | 10.92 | 6.02 | 23.51 | - |
| YUV | 67.63 | 166.02 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 35 | 135 | 0.21 | 0.74 | 0 | 0.47 | 282.6 | 0.59 | 0.33 |
| Hex | 6A | 23 | 87 | 15 | 4A | 0 | 2F | 11B | 3B | 21 |
| Octal | 152 | 43 | 207 | 25 | 112 | 0 | 57 | 433 | 73 | 41 |
| Binary | 1101010 | 100011 | 10000111 | 10101 | 1001010 | 0 | 101111 | 100011011 | 111011 | 100001 |
Color Harmonies of #6A2387
Complementary color
Monochromatic Colors of #6A2387
Black with #6A2387
Text Example
Text Example
White with #6A2387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2387; }
p { color: rgb(106,35,135); }
H1.HeaderClassName
{
color: #6A2387;
}
.AnyTagClassName
{
color: #6A2387;
}
</style>
background-color css
<style>
a { background-color: #6A2387; }
a { background-color: rgb(106,35,135); }
div.DivClassName
{
background-color: #6A2387;
}
.BgClassName
{
background-color: #6A2387;
}
</style>
border-color css
<style>
span { border-color: #6A2387; }
span { border-color: rgb(106,35,135); }
td.TdClassName
{
border-color: #6A2387;
}
.TagClassName
{
border-color: #6A2387;
}
</style>