Shades of Royal Purple #6628A4
Tints of Royal Purple #6628A4
RGB
CMYK
RGB Variations
Color information
#6628A4 (or 0x6628A4) is known color: Royal Purple. HEX triplet: 66, 28 and A4. RGB value is (102,40,164). Sum of RGB (Red+Green+Blue) = 102+40+164=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 164 (64.45% from 255 or 53.59% from 306); Max value from RGB is 164 - color contains mainly: blue. Hex color #6628A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6628A4 is #99D75B. Grayscale: #484848. Windows color (decimal): -10082140 or 10758246. OLE color: 10758246.
HSL color Cylindrical-coordinate representation of color #6628A4: hue angle of 270º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6628A4 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 40 | 164 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.36 |
| HSL | 270º | 0.61% | 0.4% | - |
| HSV(B) | 270º | 0.76% | 0.64% | - |
| XYZ | 12.94 | 7.02 | 35.8 | - |
| YUV | 72.67 | 179.54 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 164 | 0.38 | 0.76 | 0 | 0.36 | 270 | 0.61 | 0.4 |
| Hex | 66 | 28 | A4 | 26 | 4C | 0 | 24 | 10E | 3D | 28 |
| Octal | 146 | 50 | 244 | 46 | 114 | 0 | 44 | 416 | 75 | 50 |
| Binary | 1100110 | 101000 | 10100100 | 100110 | 1001100 | 0 | 100100 | 100001110 | 111101 | 101000 |
Color Harmonies of #6628A4
Complementary color
Monochromatic Colors of #6628A4
Black with #6628A4
Text Example
Text Example
White with #6628A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6628A4; }
p { color: rgb(102,40,164); }
H1.HeaderClassName
{
color: #6628A4;
}
.AnyTagClassName
{
color: #6628A4;
}
</style>
background-color css
<style>
a { background-color: #6628A4; }
a { background-color: rgb(102,40,164); }
div.DivClassName
{
background-color: #6628A4;
}
.BgClassName
{
background-color: #6628A4;
}
</style>
border-color css
<style>
span { border-color: #6628A4; }
span { border-color: rgb(102,40,164); }
td.TdClassName
{
border-color: #6628A4;
}
.TagClassName
{
border-color: #6628A4;
}
</style>