Shades of Royal Purple #66339A
Tints of Royal Purple #66339A
RGB
CMYK
RGB Variations
Color information
#66339A (or 0x66339A) is known color: Royal Purple. HEX triplet: 66, 33 and 9A. RGB value is (102,51,154). Sum of RGB (Red+Green+Blue) = 102+51+154=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #66339A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66339A is #99CC65. Grayscale: #4D4D4D. Windows color (decimal): -10079334 or 10105702. OLE color: 10105702.
HSL color Cylindrical-coordinate representation of color #66339A: hue angle of 269.71º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66339A is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 51 | 154 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.40 |
| HSL | 269.71º | 0.5% | 0.4% | - |
| HSV(B) | 269.71º | 0.67% | 0.6% | - |
| XYZ | 12.5 | 7.53 | 31.37 | - |
| YUV | 77.99 | 170.9 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 154 | 0.34 | 0.67 | 0 | 0.40 | 269.71 | 0.5 | 0.4 |
| Hex | 66 | 33 | 9A | 22 | 43 | 0 | 28 | 10E | 32 | 28 |
| Octal | 146 | 63 | 232 | 42 | 103 | 0 | 50 | 416 | 62 | 50 |
| Binary | 1100110 | 110011 | 10011010 | 100010 | 1000011 | 0 | 101000 | 100001110 | 110010 | 101000 |
Color Harmonies of #66339A
Complementary color
Monochromatic Colors of #66339A
Black with #66339A
Text Example
Text Example
White with #66339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66339A; }
p { color: rgb(102,51,154); }
H1.HeaderClassName
{
color: #66339A;
}
.AnyTagClassName
{
color: #66339A;
}
</style>
background-color css
<style>
a { background-color: #66339A; }
a { background-color: rgb(102,51,154); }
div.DivClassName
{
background-color: #66339A;
}
.BgClassName
{
background-color: #66339A;
}
</style>
border-color css
<style>
span { border-color: #66339A; }
span { border-color: rgb(102,51,154); }
td.TdClassName
{
border-color: #66339A;
}
.TagClassName
{
border-color: #66339A;
}
</style>