Shades of Royal Purple #6B33AB
Tints of Royal Purple #6B33AB
RGB
CMYK
RGB Variations
Color information
#6B33AB (or 0x6B33AB) is known color: Royal Purple. HEX triplet: 6B, 33 and AB. RGB value is (107,51,171). Sum of RGB (Red+Green+Blue) = 107+51+171=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B33AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B33AB is #94CC54. Grayscale: #515151. Windows color (decimal): -9751637 or 11219819. OLE color: 11219819.
HSL color Cylindrical-coordinate representation of color #6B33AB: hue angle of 268º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B33AB is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 51 | 171 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.33 |
| HSL | 268º | 0.54% | 0.44% | - |
| HSV(B) | 268º | 0.7% | 0.67% | - |
| XYZ | 14.6 | 8.43 | 39.39 | - |
| YUV | 81.42 | 178.55 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 51 | 171 | 0.37 | 0.70 | 0 | 0.33 | 268 | 0.54 | 0.44 |
| Hex | 6B | 33 | AB | 25 | 46 | 0 | 21 | 10C | 36 | 2C |
| Octal | 153 | 63 | 253 | 45 | 106 | 0 | 41 | 414 | 66 | 54 |
| Binary | 1101011 | 110011 | 10101011 | 100101 | 1000110 | 0 | 100001 | 100001100 | 110110 | 101100 |
Color Harmonies of #6B33AB
Complementary color
Monochromatic Colors of #6B33AB
Black with #6B33AB
Text Example
Text Example
White with #6B33AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B33AB; }
p { color: rgb(107,51,171); }
H1.HeaderClassName
{
color: #6B33AB;
}
.AnyTagClassName
{
color: #6B33AB;
}
</style>
background-color css
<style>
a { background-color: #6B33AB; }
a { background-color: rgb(107,51,171); }
div.DivClassName
{
background-color: #6B33AB;
}
.BgClassName
{
background-color: #6B33AB;
}
</style>
border-color css
<style>
span { border-color: #6B33AB; }
span { border-color: rgb(107,51,171); }
td.TdClassName
{
border-color: #6B33AB;
}
.TagClassName
{
border-color: #6B33AB;
}
</style>