Shades of Purple Heart #663AC6
Tints of Purple Heart #663AC6
RGB
CMYK
RGB Variations
Color information
#663AC6 (or 0x663AC6) is known color: Purple Heart. HEX triplet: 66, 3A and C6. RGB value is (102,58,198). Sum of RGB (Red+Green+Blue) = 102+58+198=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 198 (77.73% from 255 or 55.31% from 358); Max value from RGB is 198 - color contains mainly: blue. Hex color #663AC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663AC6 is #99C539. Grayscale: #565656. Windows color (decimal): -10077498 or 12991078. OLE color: 12991078.
HSL color Cylindrical-coordinate representation of color #663AC6: hue angle of 258.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #663AC6 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 58 | 198 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.22 |
| HSL | 258.86º | 0.55% | 0.5% | - |
| HSV(B) | 258.86º | 0.71% | 0.78% | - |
| XYZ | 17.19 | 9.93 | 54.44 | - |
| YUV | 87.12 | 190.58 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 198 | 0.48 | 0.71 | 0 | 0.22 | 258.86 | 0.55 | 0.5 |
| Hex | 66 | 3A | C6 | 30 | 47 | 0 | 16 | 103 | 37 | 32 |
| Octal | 146 | 72 | 306 | 60 | 107 | 0 | 26 | 403 | 67 | 62 |
| Binary | 1100110 | 111010 | 11000110 | 110000 | 1000111 | 0 | 10110 | 100000011 | 110111 | 110010 |
Color Harmonies of #663AC6
Complementary color
Monochromatic Colors of #663AC6
Black with #663AC6
Text Example
Text Example
White with #663AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663AC6; }
p { color: rgb(102,58,198); }
H1.HeaderClassName
{
color: #663AC6;
}
.AnyTagClassName
{
color: #663AC6;
}
</style>
background-color css
<style>
a { background-color: #663AC6; }
a { background-color: rgb(102,58,198); }
div.DivClassName
{
background-color: #663AC6;
}
.BgClassName
{
background-color: #663AC6;
}
</style>
border-color css
<style>
span { border-color: #663AC6; }
span { border-color: rgb(102,58,198); }
td.TdClassName
{
border-color: #663AC6;
}
.TagClassName
{
border-color: #663AC6;
}
</style>