Shades of Purple Heart #6902BD
Tints of Purple Heart #6902BD
RGB
CMYK
RGB Variations
Color information
#6902BD (or 0x6902BD) is known color: Purple Heart. HEX triplet: 69, 02 and BD. RGB value is (105,2,189). Sum of RGB (Red+Green+Blue) = 105+2+189=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #6902BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6902BD is #96FD42. Grayscale: #353535. Windows color (decimal): -9895235 or 12386921. OLE color: 12386921.
HSL color Cylindrical-coordinate representation of color #6902BD: hue angle of 273.05º 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 #6902BD is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 2 | 189 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.26 |
| HSL | 273.05º | 0.98% | 0.37% | - |
| HSV(B) | 273.05º | 0.99% | 0.74% | - |
| XYZ | 15.03 | 6.72 | 48.65 | - |
| YUV | 54.12 | 204.12 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 189 | 0.44 | 0.99 | 0 | 0.26 | 273.05 | 0.98 | 0.37 |
| Hex | 69 | 2 | BD | 2C | 63 | 0 | 1A | 111 | 62 | 25 |
| Octal | 151 | 2 | 275 | 54 | 143 | 0 | 32 | 421 | 142 | 45 |
| Binary | 1101001 | 10 | 10111101 | 101100 | 1100011 | 0 | 11010 | 100010001 | 1100010 | 100101 |
Color Harmonies of #6902BD
Complementary color
Monochromatic Colors of #6902BD
Black with #6902BD
Text Example
Text Example
White with #6902BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6902BD; }
p { color: rgb(105,2,189); }
H1.HeaderClassName
{
color: #6902BD;
}
.AnyTagClassName
{
color: #6902BD;
}
</style>
background-color css
<style>
a { background-color: #6902BD; }
a { background-color: rgb(105,2,189); }
div.DivClassName
{
background-color: #6902BD;
}
.BgClassName
{
background-color: #6902BD;
}
</style>
border-color css
<style>
span { border-color: #6902BD; }
span { border-color: rgb(105,2,189); }
td.TdClassName
{
border-color: #6902BD;
}
.TagClassName
{
border-color: #6902BD;
}
</style>