Shades of Purple Heart #6735DF
Tints of Purple Heart #6735DF
RGB
CMYK
RGB Variations
Color information
#6735DF (or 0x6735DF) is known color: Purple Heart. HEX triplet: 67, 35 and DF. RGB value is (103,53,223). Sum of RGB (Red+Green+Blue) = 103+53+223=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #6735DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6735DF is #98CA20. Grayscale: #565656. Windows color (decimal): -10013217 or 14628199. OLE color: 14628199.
HSL color Cylindrical-coordinate representation of color #6735DF: hue angle of 257.65º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6735DF is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 53 | 223 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.13 |
| HSL | 257.65º | 0.73% | 0.54% | - |
| HSV(B) | 257.65º | 0.76% | 0.87% | - |
| XYZ | 20.19 | 10.76 | 70.82 | - |
| YUV | 87.33 | 204.57 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 53 | 223 | 0.54 | 0.76 | 0 | 0.13 | 257.65 | 0.73 | 0.54 |
| Hex | 67 | 35 | DF | 36 | 4C | 0 | D | 102 | 49 | 36 |
| Octal | 147 | 65 | 337 | 66 | 114 | 0 | 15 | 402 | 111 | 66 |
| Binary | 1100111 | 110101 | 11011111 | 110110 | 1001100 | 0 | 1101 | 100000010 | 1001001 | 110110 |
Color Harmonies of #6735DF
Complementary color
Monochromatic Colors of #6735DF
Black with #6735DF
Text Example
Text Example
White with #6735DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6735DF; }
p { color: rgb(103,53,223); }
H1.HeaderClassName
{
color: #6735DF;
}
.AnyTagClassName
{
color: #6735DF;
}
</style>
background-color css
<style>
a { background-color: #6735DF; }
a { background-color: rgb(103,53,223); }
div.DivClassName
{
background-color: #6735DF;
}
.BgClassName
{
background-color: #6735DF;
}
</style>
border-color css
<style>
span { border-color: #6735DF; }
span { border-color: rgb(103,53,223); }
td.TdClassName
{
border-color: #6735DF;
}
.TagClassName
{
border-color: #6735DF;
}
</style>