Shades of Purple Heart #663ACF
Tints of Purple Heart #663ACF
RGB
CMYK
RGB Variations
Color information
#663ACF (or 0x663ACF) is known color: Purple Heart. HEX triplet: 66, 3A and CF. RGB value is (102,58,207). Sum of RGB (Red+Green+Blue) = 102+58+207=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #663ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663ACF is #99C530. Grayscale: #575757. Windows color (decimal): -10077489 or 13580902. OLE color: 13580902.
HSL color Cylindrical-coordinate representation of color #663ACF: hue angle of 257.72º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #663ACF is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 58 | 207 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.19 |
| HSL | 257.72º | 0.61% | 0.52% | - |
| HSV(B) | 257.72º | 0.72% | 0.81% | - |
| XYZ | 18.26 | 10.36 | 60.07 | - |
| YUV | 88.14 | 195.08 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 207 | 0.51 | 0.72 | 0 | 0.19 | 257.72 | 0.61 | 0.52 |
| Hex | 66 | 3A | CF | 33 | 48 | 0 | 13 | 102 | 3D | 34 |
| Octal | 146 | 72 | 317 | 63 | 110 | 0 | 23 | 402 | 75 | 64 |
| Binary | 1100110 | 111010 | 11001111 | 110011 | 1001000 | 0 | 10011 | 100000010 | 111101 | 110100 |
Color Harmonies of #663ACF
Complementary color
Monochromatic Colors of #663ACF
Black with #663ACF
Text Example
Text Example
White with #663ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663ACF; }
p { color: rgb(102,58,207); }
H1.HeaderClassName
{
color: #663ACF;
}
.AnyTagClassName
{
color: #663ACF;
}
</style>
background-color css
<style>
a { background-color: #663ACF; }
a { background-color: rgb(102,58,207); }
div.DivClassName
{
background-color: #663ACF;
}
.BgClassName
{
background-color: #663ACF;
}
</style>
border-color css
<style>
span { border-color: #663ACF; }
span { border-color: rgb(102,58,207); }
td.TdClassName
{
border-color: #663ACF;
}
.TagClassName
{
border-color: #663ACF;
}
</style>