Shades of Purple Heart #662FC7
Tints of Purple Heart #662FC7
RGB
CMYK
RGB Variations
Color information
#662FC7 (or 0x662FC7) is known color: Purple Heart. HEX triplet: 66, 2F and C7. RGB value is (102,47,199). Sum of RGB (Red+Green+Blue) = 102+47+199=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 199 (78.12% from 255 or 57.18% from 348); Max value from RGB is 199 - color contains mainly: blue. Hex color #662FC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662FC7 is #99D038. Grayscale: #505050. Windows color (decimal): -10080313 or 13053798. OLE color: 13053798.
HSL color Cylindrical-coordinate representation of color #662FC7: hue angle of 261.71º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #662FC7 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 47 | 199 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.22 |
| HSL | 261.71º | 0.62% | 0.48% | - |
| HSV(B) | 261.71º | 0.76% | 0.78% | - |
| XYZ | 16.8 | 8.98 | 54.88 | - |
| YUV | 80.77 | 194.72 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 199 | 0.49 | 0.76 | 0 | 0.22 | 261.71 | 0.62 | 0.48 |
| Hex | 66 | 2F | C7 | 31 | 4C | 0 | 16 | 106 | 3E | 30 |
| Octal | 146 | 57 | 307 | 61 | 114 | 0 | 26 | 406 | 76 | 60 |
| Binary | 1100110 | 101111 | 11000111 | 110001 | 1001100 | 0 | 10110 | 100000110 | 111110 | 110000 |
Color Harmonies of #662FC7
Complementary color
Monochromatic Colors of #662FC7
Black with #662FC7
Text Example
Text Example
White with #662FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662FC7; }
p { color: rgb(102,47,199); }
H1.HeaderClassName
{
color: #662FC7;
}
.AnyTagClassName
{
color: #662FC7;
}
</style>
background-color css
<style>
a { background-color: #662FC7; }
a { background-color: rgb(102,47,199); }
div.DivClassName
{
background-color: #662FC7;
}
.BgClassName
{
background-color: #662FC7;
}
</style>
border-color css
<style>
span { border-color: #662FC7; }
span { border-color: rgb(102,47,199); }
td.TdClassName
{
border-color: #662FC7;
}
.TagClassName
{
border-color: #662FC7;
}
</style>