Shades of Purple Heart #6725CD
Tints of Purple Heart #6725CD
RGB
CMYK
RGB Variations
Color information
#6725CD (or 0x6725CD) is known color: Purple Heart. HEX triplet: 67, 25 and CD. RGB value is (103,37,205). Sum of RGB (Red+Green+Blue) = 103+37+205=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #6725CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6725CD is #98DA32. Grayscale: #4B4B4B. Windows color (decimal): -10017331 or 13444455. OLE color: 13444455.
HSL color Cylindrical-coordinate representation of color #6725CD: hue angle of 263.57º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6725CD is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 37 | 205 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.20 |
| HSL | 263.57º | 0.69% | 0.47% | - |
| HSV(B) | 263.57º | 0.82% | 0.8% | - |
| XYZ | 17.27 | 8.61 | 58.51 | - |
| YUV | 75.89 | 200.87 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 37 | 205 | 0.50 | 0.82 | 0 | 0.20 | 263.57 | 0.69 | 0.47 |
| Hex | 67 | 25 | CD | 32 | 52 | 0 | 14 | 108 | 45 | 2F |
| Octal | 147 | 45 | 315 | 62 | 122 | 0 | 24 | 410 | 105 | 57 |
| Binary | 1100111 | 100101 | 11001101 | 110010 | 1010010 | 0 | 10100 | 100001000 | 1000101 | 101111 |
Color Harmonies of #6725CD
Complementary color
Monochromatic Colors of #6725CD
Black with #6725CD
Text Example
Text Example
White with #6725CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6725CD; }
p { color: rgb(103,37,205); }
H1.HeaderClassName
{
color: #6725CD;
}
.AnyTagClassName
{
color: #6725CD;
}
</style>
background-color css
<style>
a { background-color: #6725CD; }
a { background-color: rgb(103,37,205); }
div.DivClassName
{
background-color: #6725CD;
}
.BgClassName
{
background-color: #6725CD;
}
</style>
border-color css
<style>
span { border-color: #6725CD; }
span { border-color: rgb(103,37,205); }
td.TdClassName
{
border-color: #6725CD;
}
.TagClassName
{
border-color: #6725CD;
}
</style>