Shades of Purple Heart #6702BD
Tints of Purple Heart #6702BD
RGB
CMYK
RGB Variations
Color information
#6702BD (or 0x6702BD) is known color: Purple Heart. HEX triplet: 67, 02 and BD. RGB value is (103,2,189). Sum of RGB (Red+Green+Blue) = 103+2+189=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #6702BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6702BD is #98FD42. Grayscale: #343434. Windows color (decimal): -10026307 or 12386919. OLE color: 12386919.
HSL color Cylindrical-coordinate representation of color #6702BD: hue angle of 272.41º degrees, saturation: 0.98, 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 #6702BD is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 2 | 189 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.26 |
| HSL | 272.41º | 0.98% | 0.37% | - |
| HSV(B) | 272.41º | 0.99% | 0.74% | - |
| XYZ | 14.8 | 6.6 | 48.64 | - |
| YUV | 53.52 | 204.46 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 189 | 0.46 | 0.99 | 0 | 0.26 | 272.41 | 0.98 | 0.37 |
| Hex | 67 | 2 | BD | 2E | 63 | 0 | 1A | 110 | 62 | 25 |
| Octal | 147 | 2 | 275 | 56 | 143 | 0 | 32 | 420 | 142 | 45 |
| Binary | 1100111 | 10 | 10111101 | 101110 | 1100011 | 0 | 11010 | 100010000 | 1100010 | 100101 |
Color Harmonies of #6702BD
Complementary color
Monochromatic Colors of #6702BD
Black with #6702BD
Text Example
Text Example
White with #6702BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6702BD; }
p { color: rgb(103,2,189); }
H1.HeaderClassName
{
color: #6702BD;
}
.AnyTagClassName
{
color: #6702BD;
}
</style>
background-color css
<style>
a { background-color: #6702BD; }
a { background-color: rgb(103,2,189); }
div.DivClassName
{
background-color: #6702BD;
}
.BgClassName
{
background-color: #6702BD;
}
</style>
border-color css
<style>
span { border-color: #6702BD; }
span { border-color: rgb(103,2,189); }
td.TdClassName
{
border-color: #6702BD;
}
.TagClassName
{
border-color: #6702BD;
}
</style>