Shades of Purple Heart #6725BD
Tints of Purple Heart #6725BD
RGB
CMYK
RGB Variations
Color information
#6725BD (or 0x6725BD) is known color: Purple Heart. HEX triplet: 67, 25 and BD. RGB value is (103,37,189). Sum of RGB (Red+Green+Blue) = 103+37+189=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #6725BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6725BD is #98DA42. Grayscale: #494949. Windows color (decimal): -10017347 or 12395879. OLE color: 12395879.
HSL color Cylindrical-coordinate representation of color #6725BD: hue angle of 266.05º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6725BD is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 37 | 189 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.26 |
| HSL | 266.05º | 0.67% | 0.44% | - |
| HSV(B) | 266.05º | 0.8% | 0.74% | - |
| XYZ | 15.44 | 7.88 | 48.85 | - |
| YUV | 74.06 | 192.87 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 37 | 189 | 0.46 | 0.80 | 0 | 0.26 | 266.05 | 0.67 | 0.44 |
| Hex | 67 | 25 | BD | 2E | 50 | 0 | 1A | 10A | 43 | 2C |
| Octal | 147 | 45 | 275 | 56 | 120 | 0 | 32 | 412 | 103 | 54 |
| Binary | 1100111 | 100101 | 10111101 | 101110 | 1010000 | 0 | 11010 | 100001010 | 1000011 | 101100 |
Color Harmonies of #6725BD
Complementary color
Monochromatic Colors of #6725BD
Black with #6725BD
Text Example
Text Example
White with #6725BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6725BD; }
p { color: rgb(103,37,189); }
H1.HeaderClassName
{
color: #6725BD;
}
.AnyTagClassName
{
color: #6725BD;
}
</style>
background-color css
<style>
a { background-color: #6725BD; }
a { background-color: rgb(103,37,189); }
div.DivClassName
{
background-color: #6725BD;
}
.BgClassName
{
background-color: #6725BD;
}
</style>
border-color css
<style>
span { border-color: #6725BD; }
span { border-color: rgb(103,37,189); }
td.TdClassName
{
border-color: #6725BD;
}
.TagClassName
{
border-color: #6725BD;
}
</style>