Shades of Royal Purple #6B1E9A
Tints of Royal Purple #6B1E9A
RGB
CMYK
RGB Variations
Color information
#6B1E9A (or 0x6B1E9A) is known color: Royal Purple. HEX triplet: 6B, 1E and 9A. RGB value is (107,30,154). Sum of RGB (Red+Green+Blue) = 107+30+154=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 154 (60.55% from 255 or 52.92% from 291); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B1E9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1E9A is #94E165. Grayscale: #424242. Windows color (decimal): -9757030 or 10100331. OLE color: 10100331.
HSL color Cylindrical-coordinate representation of color #6B1E9A: hue angle of 277.26º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B1E9A is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 30 | 154 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.40 |
| HSL | 277.26º | 0.67% | 0.36% | - |
| HSV(B) | 277.26º | 0.81% | 0.6% | - |
| XYZ | 12.36 | 6.39 | 31.15 | - |
| YUV | 67.16 | 177.01 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 30 | 154 | 0.31 | 0.81 | 0 | 0.40 | 277.26 | 0.67 | 0.36 |
| Hex | 6B | 1E | 9A | 1F | 51 | 0 | 28 | 115 | 43 | 24 |
| Octal | 153 | 36 | 232 | 37 | 121 | 0 | 50 | 425 | 103 | 44 |
| Binary | 1101011 | 11110 | 10011010 | 11111 | 1010001 | 0 | 101000 | 100010101 | 1000011 | 100100 |
Color Harmonies of #6B1E9A
Complementary color
Monochromatic Colors of #6B1E9A
Black with #6B1E9A
Text Example
Text Example
White with #6B1E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1E9A; }
p { color: rgb(107,30,154); }
H1.HeaderClassName
{
color: #6B1E9A;
}
.AnyTagClassName
{
color: #6B1E9A;
}
</style>
background-color css
<style>
a { background-color: #6B1E9A; }
a { background-color: rgb(107,30,154); }
div.DivClassName
{
background-color: #6B1E9A;
}
.BgClassName
{
background-color: #6B1E9A;
}
</style>
border-color css
<style>
span { border-color: #6B1E9A; }
span { border-color: rgb(107,30,154); }
td.TdClassName
{
border-color: #6B1E9A;
}
.TagClassName
{
border-color: #6B1E9A;
}
</style>