Shades of Purple Heart #6701BD
Tints of Purple Heart #6701BD
RGB
CMYK
RGB Variations
Color information
#6701BD (or 0x6701BD) is known color: Purple Heart. HEX triplet: 67, 01 and BD. RGB value is (103,1,189). Sum of RGB (Red+Green+Blue) = 103+1+189=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #6701BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6701BD is #98FE42. Grayscale: #343434. Windows color (decimal): -10026563 or 12386663. OLE color: 12386663.
HSL color Cylindrical-coordinate representation of color #6701BD: hue angle of 272.55º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6701BD is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 1 | 189 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.26 |
| HSL | 272.55º | 0.99% | 0.37% | - |
| HSV(B) | 272.55º | 0.99% | 0.74% | - |
| XYZ | 14.79 | 6.58 | 48.63 | - |
| YUV | 52.93 | 204.79 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 189 | 0.46 | 0.99 | 0 | 0.26 | 272.55 | 0.99 | 0.37 |
| Hex | 67 | 1 | BD | 2E | 63 | 0 | 1A | 111 | 63 | 25 |
| Octal | 147 | 1 | 275 | 56 | 143 | 0 | 32 | 421 | 143 | 45 |
| Binary | 1100111 | 1 | 10111101 | 101110 | 1100011 | 0 | 11010 | 100010001 | 1100011 | 100101 |
Color Harmonies of #6701BD
Complementary color
Monochromatic Colors of #6701BD
Black with #6701BD
Text Example
Text Example
White with #6701BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6701BD; }
p { color: rgb(103,1,189); }
H1.HeaderClassName
{
color: #6701BD;
}
.AnyTagClassName
{
color: #6701BD;
}
</style>
background-color css
<style>
a { background-color: #6701BD; }
a { background-color: rgb(103,1,189); }
div.DivClassName
{
background-color: #6701BD;
}
.BgClassName
{
background-color: #6701BD;
}
</style>
border-color css
<style>
span { border-color: #6701BD; }
span { border-color: rgb(103,1,189); }
td.TdClassName
{
border-color: #6701BD;
}
.TagClassName
{
border-color: #6701BD;
}
</style>