Shades of Purple Heart #6633DF
Tints of Purple Heart #6633DF
RGB
CMYK
RGB Variations
Color information
#6633DF (or 0x6633DF) is known color: Purple Heart. HEX triplet: 66, 33 and DF. RGB value is (102,51,223). Sum of RGB (Red+Green+Blue) = 102+51+223=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #6633DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6633DF is #99CC20. Grayscale: #555555. Windows color (decimal): -10079265 or 14627686. OLE color: 14627686.
HSL color Cylindrical-coordinate representation of color #6633DF: hue angle of 257.79º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6633DF is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 51 | 223 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.13 |
| HSL | 257.79º | 0.73% | 0.54% | - |
| HSV(B) | 257.79º | 0.77% | 0.87% | - |
| XYZ | 19.98 | 10.52 | 70.79 | - |
| YUV | 85.86 | 205.4 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 223 | 0.54 | 0.77 | 0 | 0.13 | 257.79 | 0.73 | 0.54 |
| Hex | 66 | 33 | DF | 36 | 4D | 0 | D | 102 | 49 | 36 |
| Octal | 146 | 63 | 337 | 66 | 115 | 0 | 15 | 402 | 111 | 66 |
| Binary | 1100110 | 110011 | 11011111 | 110110 | 1001101 | 0 | 1101 | 100000010 | 1001001 | 110110 |
Color Harmonies of #6633DF
Complementary color
Monochromatic Colors of #6633DF
Black with #6633DF
Text Example
Text Example
White with #6633DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6633DF; }
p { color: rgb(102,51,223); }
H1.HeaderClassName
{
color: #6633DF;
}
.AnyTagClassName
{
color: #6633DF;
}
</style>
background-color css
<style>
a { background-color: #6633DF; }
a { background-color: rgb(102,51,223); }
div.DivClassName
{
background-color: #6633DF;
}
.BgClassName
{
background-color: #6633DF;
}
</style>
border-color css
<style>
span { border-color: #6633DF; }
span { border-color: rgb(102,51,223); }
td.TdClassName
{
border-color: #6633DF;
}
.TagClassName
{
border-color: #6633DF;
}
</style>