Shades of Purple Heart #6702B9
Tints of Purple Heart #6702B9
RGB
CMYK
RGB Variations
Color information
#6702B9 (or 0x6702B9) is known color: Purple Heart. HEX triplet: 67, 02 and B9. RGB value is (103,2,185). Sum of RGB (Red+Green+Blue) = 103+2+185=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 185 (72.66% from 255 or 63.79% from 290); Max value from RGB is 185 - color contains mainly: blue. Hex color #6702B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6702B9 is #98FD46. Grayscale: #343434. Windows color (decimal): -10026311 or 12124775. OLE color: 12124775.
HSL color Cylindrical-coordinate representation of color #6702B9: hue angle of 273.11º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6702B9 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 2 | 185 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.27 |
| HSL | 273.11º | 0.98% | 0.37% | - |
| HSV(B) | 273.11º | 0.99% | 0.73% | - |
| XYZ | 14.37 | 6.43 | 46.38 | - |
| YUV | 53.06 | 202.46 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 185 | 0.44 | 0.99 | 0 | 0.27 | 273.11 | 0.98 | 0.37 |
| Hex | 67 | 2 | B9 | 2C | 63 | 0 | 1B | 111 | 62 | 25 |
| Octal | 147 | 2 | 271 | 54 | 143 | 0 | 33 | 421 | 142 | 45 |
| Binary | 1100111 | 10 | 10111001 | 101100 | 1100011 | 0 | 11011 | 100010001 | 1100010 | 100101 |
Color Harmonies of #6702B9
Complementary color
Monochromatic Colors of #6702B9
Black with #6702B9
Text Example
Text Example
White with #6702B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6702B9; }
p { color: rgb(103,2,185); }
H1.HeaderClassName
{
color: #6702B9;
}
.AnyTagClassName
{
color: #6702B9;
}
</style>
background-color css
<style>
a { background-color: #6702B9; }
a { background-color: rgb(103,2,185); }
div.DivClassName
{
background-color: #6702B9;
}
.BgClassName
{
background-color: #6702B9;
}
</style>
border-color css
<style>
span { border-color: #6702B9; }
span { border-color: rgb(103,2,185); }
td.TdClassName
{
border-color: #6702B9;
}
.TagClassName
{
border-color: #6702B9;
}
</style>