Shades of Purple Heart #6725CB
Tints of Purple Heart #6725CB
RGB
CMYK
RGB Variations
Color information
#6725CB (or 0x6725CB) is known color: Purple Heart. HEX triplet: 67, 25 and CB. RGB value is (103,37,203). Sum of RGB (Red+Green+Blue) = 103+37+203=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #6725CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6725CB is #98DA34. Grayscale: #4B4B4B. Windows color (decimal): -10017333 or 13313383. OLE color: 13313383.
HSL color Cylindrical-coordinate representation of color #6725CB: hue angle of 263.86º 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 #6725CB is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 37 | 203 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.20 |
| HSL | 263.86º | 0.69% | 0.47% | - |
| HSV(B) | 263.86º | 0.82% | 0.8% | - |
| XYZ | 17.03 | 8.52 | 57.25 | - |
| YUV | 75.66 | 199.87 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 37 | 203 | 0.49 | 0.82 | 0 | 0.20 | 263.86 | 0.69 | 0.47 |
| Hex | 67 | 25 | CB | 31 | 52 | 0 | 14 | 108 | 45 | 2F |
| Octal | 147 | 45 | 313 | 61 | 122 | 0 | 24 | 410 | 105 | 57 |
| Binary | 1100111 | 100101 | 11001011 | 110001 | 1010010 | 0 | 10100 | 100001000 | 1000101 | 101111 |
Color Harmonies of #6725CB
Complementary color
Monochromatic Colors of #6725CB
Black with #6725CB
Text Example
Text Example
White with #6725CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6725CB; }
p { color: rgb(103,37,203); }
H1.HeaderClassName
{
color: #6725CB;
}
.AnyTagClassName
{
color: #6725CB;
}
</style>
background-color css
<style>
a { background-color: #6725CB; }
a { background-color: rgb(103,37,203); }
div.DivClassName
{
background-color: #6725CB;
}
.BgClassName
{
background-color: #6725CB;
}
</style>
border-color css
<style>
span { border-color: #6725CB; }
span { border-color: rgb(103,37,203); }
td.TdClassName
{
border-color: #6725CB;
}
.TagClassName
{
border-color: #6725CB;
}
</style>