Shades of Purple Heart #662BDF
Tints of Purple Heart #662BDF
RGB
CMYK
RGB Variations
Color information
#662BDF (or 0x662BDF) is known color: Purple Heart. HEX triplet: 66, 2B and DF. RGB value is (102,43,223). Sum of RGB (Red+Green+Blue) = 102+43+223=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #662BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662BDF is #99D420. Grayscale: #505050. Windows color (decimal): -10081313 or 14625638. OLE color: 14625638.
HSL color Cylindrical-coordinate representation of color #662BDF: hue angle of 259.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #662BDF is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 43 | 223 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.13 |
| HSL | 259.67º | 0.74% | 0.52% | - |
| HSV(B) | 259.67º | 0.81% | 0.87% | - |
| XYZ | 19.66 | 9.88 | 70.68 | - |
| YUV | 81.16 | 208.05 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 43 | 223 | 0.54 | 0.81 | 0 | 0.13 | 259.67 | 0.74 | 0.52 |
| Hex | 66 | 2B | DF | 36 | 51 | 0 | D | 104 | 4A | 34 |
| Octal | 146 | 53 | 337 | 66 | 121 | 0 | 15 | 404 | 112 | 64 |
| Binary | 1100110 | 101011 | 11011111 | 110110 | 1010001 | 0 | 1101 | 100000100 | 1001010 | 110100 |
Color Harmonies of #662BDF
Complementary color
Monochromatic Colors of #662BDF
Black with #662BDF
Text Example
Text Example
White with #662BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662BDF; }
p { color: rgb(102,43,223); }
H1.HeaderClassName
{
color: #662BDF;
}
.AnyTagClassName
{
color: #662BDF;
}
</style>
background-color css
<style>
a { background-color: #662BDF; }
a { background-color: rgb(102,43,223); }
div.DivClassName
{
background-color: #662BDF;
}
.BgClassName
{
background-color: #662BDF;
}
</style>
border-color css
<style>
span { border-color: #662BDF; }
span { border-color: rgb(102,43,223); }
td.TdClassName
{
border-color: #662BDF;
}
.TagClassName
{
border-color: #662BDF;
}
</style>