Shades of Purple Heart #6725CF
Tints of Purple Heart #6725CF
RGB
CMYK
RGB Variations
Color information
#6725CF (or 0x6725CF) is known color: Purple Heart. HEX triplet: 67, 25 and CF. RGB value is (103,37,207). Sum of RGB (Red+Green+Blue) = 103+37+207=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #6725CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6725CF is #98DA30. Grayscale: #4B4B4B. Windows color (decimal): -10017329 or 13575527. OLE color: 13575527.
HSL color Cylindrical-coordinate representation of color #6725CF: hue angle of 263.29º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6725CF is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 37 | 207 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.19 |
| HSL | 263.29º | 0.7% | 0.48% | - |
| HSV(B) | 263.29º | 0.82% | 0.81% | - |
| XYZ | 17.52 | 8.71 | 59.79 | - |
| YUV | 76.11 | 201.87 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 37 | 207 | 0.50 | 0.82 | 0 | 0.19 | 263.29 | 0.7 | 0.48 |
| Hex | 67 | 25 | CF | 32 | 52 | 0 | 13 | 107 | 46 | 30 |
| Octal | 147 | 45 | 317 | 62 | 122 | 0 | 23 | 407 | 106 | 60 |
| Binary | 1100111 | 100101 | 11001111 | 110010 | 1010010 | 0 | 10011 | 100000111 | 1000110 | 110000 |
Color Harmonies of #6725CF
Complementary color
Monochromatic Colors of #6725CF
Black with #6725CF
Text Example
Text Example
White with #6725CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6725CF; }
p { color: rgb(103,37,207); }
H1.HeaderClassName
{
color: #6725CF;
}
.AnyTagClassName
{
color: #6725CF;
}
</style>
background-color css
<style>
a { background-color: #6725CF; }
a { background-color: rgb(103,37,207); }
div.DivClassName
{
background-color: #6725CF;
}
.BgClassName
{
background-color: #6725CF;
}
</style>
border-color css
<style>
span { border-color: #6725CF; }
span { border-color: rgb(103,37,207); }
td.TdClassName
{
border-color: #6725CF;
}
.TagClassName
{
border-color: #6725CF;
}
</style>