Shades of Violent Violet #270A57
Tints of Violent Violet #270A57
RGB
CMYK
RGB Variations
Color information
#270A57 (or 0x270A57) is known color: Violent Violet. HEX triplet: 27, 0A and 57. RGB value is (39,10,87). Sum of RGB (Red+Green+Blue) = 39+10+87=136 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.68% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 87 (34.38% from 255 or 63.97% from 136); Max value from RGB is 87 - color contains mainly: blue. Hex color #270A57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270A57 is #D8F5A8. Grayscale: #1B1B1B. Windows color (decimal): -14218665 or 5704231. OLE color: 5704231.
HSL color Cylindrical-coordinate representation of color #270A57: hue angle of 262.6º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #270A57 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 39 | 10 | 87 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.66 |
| HSL | 262.6º | 0.79% | 0.19% | - |
| HSV(B) | 262.6º | 0.89% | 0.34% | - |
| XYZ | 2.67 | 1.34 | 9.13 | - |
| YUV | 27.45 | 161.61 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 87 | 0.55 | 0.89 | 0 | 0.66 | 262.6 | 0.79 | 0.19 |
| Hex | 27 | A | 57 | 37 | 59 | 0 | 42 | 107 | 4F | 13 |
| Octal | 47 | 12 | 127 | 67 | 131 | 0 | 102 | 407 | 117 | 23 |
| Binary | 100111 | 1010 | 1010111 | 110111 | 1011001 | 0 | 1000010 | 100000111 | 1001111 | 10011 |
Color Harmonies of #270A57
Complementary color
Monochromatic Colors of #270A57
Black with #270A57
Text Example
Text Example
White with #270A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270A57; }
p { color: rgb(39,10,87); }
H1.HeaderClassName
{
color: #270A57;
}
.AnyTagClassName
{
color: #270A57;
}
</style>
background-color css
<style>
a { background-color: #270A57; }
a { background-color: rgb(39,10,87); }
div.DivClassName
{
background-color: #270A57;
}
.BgClassName
{
background-color: #270A57;
}
</style>
border-color css
<style>
span { border-color: #270A57; }
span { border-color: rgb(39,10,87); }
td.TdClassName
{
border-color: #270A57;
}
.TagClassName
{
border-color: #270A57;
}
</style>