Shades of Purple Heart #6732DF
Tints of Purple Heart #6732DF
RGB
CMYK
RGB Variations
Color information
#6732DF (or 0x6732DF) is known color: Purple Heart. HEX triplet: 67, 32 and DF. RGB value is (103,50,223). Sum of RGB (Red+Green+Blue) = 103+50+223=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 50 (19.92% from 255 or 13.30% 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 #6732DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6732DF is #98CD20. Grayscale: #545454. Windows color (decimal): -10013985 or 14627431. OLE color: 14627431.
HSL color Cylindrical-coordinate representation of color #6732DF: hue angle of 258.38º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6732DF is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 50 | 223 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.13 |
| HSL | 258.38º | 0.73% | 0.54% | - |
| HSV(B) | 258.38º | 0.78% | 0.87% | - |
| XYZ | 20.05 | 10.49 | 70.78 | - |
| YUV | 85.57 | 205.56 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 223 | 0.54 | 0.78 | 0 | 0.13 | 258.38 | 0.73 | 0.54 |
| Hex | 67 | 32 | DF | 36 | 4E | 0 | D | 102 | 49 | 36 |
| Octal | 147 | 62 | 337 | 66 | 116 | 0 | 15 | 402 | 111 | 66 |
| Binary | 1100111 | 110010 | 11011111 | 110110 | 1001110 | 0 | 1101 | 100000010 | 1001001 | 110110 |
Color Harmonies of #6732DF
Complementary color
Monochromatic Colors of #6732DF
Black with #6732DF
Text Example
Text Example
White with #6732DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6732DF; }
p { color: rgb(103,50,223); }
H1.HeaderClassName
{
color: #6732DF;
}
.AnyTagClassName
{
color: #6732DF;
}
</style>
background-color css
<style>
a { background-color: #6732DF; }
a { background-color: rgb(103,50,223); }
div.DivClassName
{
background-color: #6732DF;
}
.BgClassName
{
background-color: #6732DF;
}
</style>
border-color css
<style>
span { border-color: #6732DF; }
span { border-color: rgb(103,50,223); }
td.TdClassName
{
border-color: #6732DF;
}
.TagClassName
{
border-color: #6732DF;
}
</style>