Shades of Royal Purple #6F429C
Tints of Royal Purple #6F429C
RGB
CMYK
RGB Variations
Color information
#6F429C (or 0x6F429C) is known color: Royal Purple. HEX triplet: 6F, 42 and 9C. RGB value is (111,66,156). Sum of RGB (Red+Green+Blue) = 111+66+156=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F429C is #90BD63. Grayscale: #595959. Windows color (decimal): -9485668 or 10240623. OLE color: 10240623.
HSL color Cylindrical-coordinate representation of color #6F429C: hue angle of 270º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F429C is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 66 | 156 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.39 |
| HSL | 270º | 0.41% | 0.44% | - |
| HSV(B) | 270º | 0.58% | 0.61% | - |
| XYZ | 14.5 | 9.68 | 32.56 | - |
| YUV | 89.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 66 | 156 | 0.29 | 0.58 | 0 | 0.39 | 270 | 0.41 | 0.44 |
| Hex | 6F | 42 | 9C | 1D | 3A | 0 | 27 | 10E | 29 | 2C |
| Octal | 157 | 102 | 234 | 35 | 72 | 0 | 47 | 416 | 51 | 54 |
| Binary | 1101111 | 1000010 | 10011100 | 11101 | 111010 | 0 | 100111 | 100001110 | 101001 | 101100 |
Color Harmonies of #6F429C
Complementary color
Monochromatic Colors of #6F429C
Black with #6F429C
Text Example
Text Example
White with #6F429C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F429C; }
p { color: rgb(111,66,156); }
H1.HeaderClassName
{
color: #6F429C;
}
.AnyTagClassName
{
color: #6F429C;
}
</style>
background-color css
<style>
a { background-color: #6F429C; }
a { background-color: rgb(111,66,156); }
div.DivClassName
{
background-color: #6F429C;
}
.BgClassName
{
background-color: #6F429C;
}
</style>
border-color css
<style>
span { border-color: #6F429C; }
span { border-color: rgb(111,66,156); }
td.TdClassName
{
border-color: #6F429C;
}
.TagClassName
{
border-color: #6F429C;
}
</style>