Shades of Purple Heart #6725DC
Tints of Purple Heart #6725DC
RGB
CMYK
RGB Variations
Color information
#6725DC (or 0x6725DC) is known color: Purple Heart. HEX triplet: 67, 25 and DC. RGB value is (103,37,220). Sum of RGB (Red+Green+Blue) = 103+37+220=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #6725DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6725DC is #98DA23. Grayscale: #4C4C4C. Windows color (decimal): -10017316 or 14427495. OLE color: 14427495.
HSL color Cylindrical-coordinate representation of color #6725DC: hue angle of 261.64º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6725DC is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 37 | 220 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.14 |
| HSL | 261.64º | 0.72% | 0.5% | - |
| HSV(B) | 261.64º | 0.83% | 0.86% | - |
| XYZ | 19.17 | 9.37 | 68.51 | - |
| YUV | 77.6 | 208.37 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 37 | 220 | 0.53 | 0.83 | 0 | 0.14 | 261.64 | 0.72 | 0.5 |
| Hex | 67 | 25 | DC | 35 | 53 | 0 | E | 106 | 48 | 32 |
| Octal | 147 | 45 | 334 | 65 | 123 | 0 | 16 | 406 | 110 | 62 |
| Binary | 1100111 | 100101 | 11011100 | 110101 | 1010011 | 0 | 1110 | 100000110 | 1001000 | 110010 |
Color Harmonies of #6725DC
Complementary color
Monochromatic Colors of #6725DC
Black with #6725DC
Text Example
Text Example
White with #6725DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6725DC; }
p { color: rgb(103,37,220); }
H1.HeaderClassName
{
color: #6725DC;
}
.AnyTagClassName
{
color: #6725DC;
}
</style>
background-color css
<style>
a { background-color: #6725DC; }
a { background-color: rgb(103,37,220); }
div.DivClassName
{
background-color: #6725DC;
}
.BgClassName
{
background-color: #6725DC;
}
</style>
border-color css
<style>
span { border-color: #6725DC; }
span { border-color: rgb(103,37,220); }
td.TdClassName
{
border-color: #6725DC;
}
.TagClassName
{
border-color: #6725DC;
}
</style>