Shades of Royal Purple #6B469C
Tints of Royal Purple #6B469C
RGB
CMYK
RGB Variations
Color information
#6B469C (or 0x6B469C) is known color: Royal Purple. HEX triplet: 6B, 46 and 9C. RGB value is (107,70,156). Sum of RGB (Red+Green+Blue) = 107+70+156=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 70 (27.73% from 255 or 21.02% 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 #6B469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B469C is #94B963. Grayscale: #5A5A5A. Windows color (decimal): -9746788 or 10241643. OLE color: 10241643.
HSL color Cylindrical-coordinate representation of color #6B469C: hue angle of 265.81º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B469C is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 70 | 156 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.39 |
| HSL | 265.81º | 0.38% | 0.44% | - |
| HSV(B) | 265.81º | 0.55% | 0.61% | - |
| XYZ | 14.25 | 9.91 | 32.61 | - |
| YUV | 90.87 | 164.76 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 70 | 156 | 0.31 | 0.55 | 0 | 0.39 | 265.81 | 0.38 | 0.44 |
| Hex | 6B | 46 | 9C | 1F | 37 | 0 | 27 | 10A | 26 | 2C |
| Octal | 153 | 106 | 234 | 37 | 67 | 0 | 47 | 412 | 46 | 54 |
| Binary | 1101011 | 1000110 | 10011100 | 11111 | 110111 | 0 | 100111 | 100001010 | 100110 | 101100 |
Color Harmonies of #6B469C
Complementary color
Monochromatic Colors of #6B469C
Black with #6B469C
Text Example
Text Example
White with #6B469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B469C; }
p { color: rgb(107,70,156); }
H1.HeaderClassName
{
color: #6B469C;
}
.AnyTagClassName
{
color: #6B469C;
}
</style>
background-color css
<style>
a { background-color: #6B469C; }
a { background-color: rgb(107,70,156); }
div.DivClassName
{
background-color: #6B469C;
}
.BgClassName
{
background-color: #6B469C;
}
</style>
border-color css
<style>
span { border-color: #6B469C; }
span { border-color: rgb(107,70,156); }
td.TdClassName
{
border-color: #6B469C;
}
.TagClassName
{
border-color: #6B469C;
}
</style>