Shades of Purple Heart #6725CC
Tints of Purple Heart #6725CC
RGB
CMYK
RGB Variations
Color information
#6725CC (or 0x6725CC) is known color: Purple Heart. HEX triplet: 67, 25 and CC. RGB value is (103,37,204). Sum of RGB (Red+Green+Blue) = 103+37+204=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #6725CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6725CC is #98DA33. Grayscale: #4B4B4B. Windows color (decimal): -10017332 or 13378919. OLE color: 13378919.
HSL color Cylindrical-coordinate representation of color #6725CC: hue angle of 263.71º 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 #6725CC is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 37 | 204 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.2 |
| HSL | 263.71º | 0.69% | 0.47% | - |
| HSV(B) | 263.71º | 0.82% | 0.8% | - |
| XYZ | 17.15 | 8.57 | 57.88 | - |
| YUV | 75.77 | 200.37 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 37 | 204 | 0.50 | 0.82 | 0 | 0.2 | 263.71 | 0.69 | 0.47 |
| Hex | 67 | 25 | CC | 32 | 52 | 0 | 14 | 108 | 45 | 2F |
| Octal | 147 | 45 | 314 | 62 | 122 | 0 | 24 | 410 | 105 | 57 |
| Binary | 1100111 | 100101 | 11001100 | 110010 | 1010010 | 0 | 10100 | 100001000 | 1000101 | 101111 |
Color Harmonies of #6725CC
Complementary color
Monochromatic Colors of #6725CC
Black with #6725CC
Text Example
Text Example
White with #6725CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6725CC; }
p { color: rgb(103,37,204); }
H1.HeaderClassName
{
color: #6725CC;
}
.AnyTagClassName
{
color: #6725CC;
}
</style>
background-color css
<style>
a { background-color: #6725CC; }
a { background-color: rgb(103,37,204); }
div.DivClassName
{
background-color: #6725CC;
}
.BgClassName
{
background-color: #6725CC;
}
</style>
border-color css
<style>
span { border-color: #6725CC; }
span { border-color: rgb(103,37,204); }
td.TdClassName
{
border-color: #6725CC;
}
.TagClassName
{
border-color: #6725CC;
}
</style>