Shades of Royal Purple #6943B4
Tints of Royal Purple #6943B4
RGB
CMYK
RGB Variations
Color information
#6943B4 (or 0x6943B4) is known color: Royal Purple. HEX triplet: 69, 43 and B4. RGB value is (105,67,180). Sum of RGB (Red+Green+Blue) = 105+67+180=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 180 (70.70% from 255 or 51.14% from 352); Max value from RGB is 180 - color contains mainly: blue. Hex color #6943B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6943B4 is #96BC4B. Grayscale: #5A5A5A. Windows color (decimal): -9878604 or 11813737. OLE color: 11813737.
HSL color Cylindrical-coordinate representation of color #6943B4: hue angle of 260.18º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6943B4 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 67 | 180 | - |
| CMYK | 0.42 | 0.63 | 0 | 0.29 |
| HSL | 260.18º | 0.46% | 0.48% | - |
| HSV(B) | 260.18º | 0.63% | 0.71% | - |
| XYZ | 16.07 | 10.31 | 44.32 | - |
| YUV | 91.24 | 178.09 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 67 | 180 | 0.42 | 0.63 | 0 | 0.29 | 260.18 | 0.46 | 0.48 |
| Hex | 69 | 43 | B4 | 2A | 3F | 0 | 1D | 104 | 2E | 30 |
| Octal | 151 | 103 | 264 | 52 | 77 | 0 | 35 | 404 | 56 | 60 |
| Binary | 1101001 | 1000011 | 10110100 | 101010 | 111111 | 0 | 11101 | 100000100 | 101110 | 110000 |
Color Harmonies of #6943B4
Complementary color
Monochromatic Colors of #6943B4
Black with #6943B4
Text Example
Text Example
White with #6943B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6943B4; }
p { color: rgb(105,67,180); }
H1.HeaderClassName
{
color: #6943B4;
}
.AnyTagClassName
{
color: #6943B4;
}
</style>
background-color css
<style>
a { background-color: #6943B4; }
a { background-color: rgb(105,67,180); }
div.DivClassName
{
background-color: #6943B4;
}
.BgClassName
{
background-color: #6943B4;
}
</style>
border-color css
<style>
span { border-color: #6943B4; }
span { border-color: rgb(105,67,180); }
td.TdClassName
{
border-color: #6943B4;
}
.TagClassName
{
border-color: #6943B4;
}
</style>