Shades of Purple Heart #6627DF
Tints of Purple Heart #6627DF
RGB
CMYK
RGB Variations
Color information
#6627DF (or 0x6627DF) is known color: Purple Heart. HEX triplet: 66, 27 and DF. RGB value is (102,39,223). Sum of RGB (Red+Green+Blue) = 102+39+223=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #6627DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6627DF is #99D820. Grayscale: #4E4E4E. Windows color (decimal): -10082337 or 14624614. OLE color: 14624614.
HSL color Cylindrical-coordinate representation of color #6627DF: hue angle of 260.54º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6627DF is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 39 | 223 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.13 |
| HSL | 260.54º | 0.74% | 0.51% | - |
| HSV(B) | 260.54º | 0.83% | 0.87% | - |
| XYZ | 19.52 | 9.6 | 70.64 | - |
| YUV | 78.81 | 209.37 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 223 | 0.54 | 0.83 | 0 | 0.13 | 260.54 | 0.74 | 0.51 |
| Hex | 66 | 27 | DF | 36 | 53 | 0 | D | 105 | 4A | 33 |
| Octal | 146 | 47 | 337 | 66 | 123 | 0 | 15 | 405 | 112 | 63 |
| Binary | 1100110 | 100111 | 11011111 | 110110 | 1010011 | 0 | 1101 | 100000101 | 1001010 | 110011 |
Color Harmonies of #6627DF
Complementary color
Monochromatic Colors of #6627DF
Black with #6627DF
Text Example
Text Example
White with #6627DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6627DF; }
p { color: rgb(102,39,223); }
H1.HeaderClassName
{
color: #6627DF;
}
.AnyTagClassName
{
color: #6627DF;
}
</style>
background-color css
<style>
a { background-color: #6627DF; }
a { background-color: rgb(102,39,223); }
div.DivClassName
{
background-color: #6627DF;
}
.BgClassName
{
background-color: #6627DF;
}
</style>
border-color css
<style>
span { border-color: #6627DF; }
span { border-color: rgb(102,39,223); }
td.TdClassName
{
border-color: #6627DF;
}
.TagClassName
{
border-color: #6627DF;
}
</style>