Shades of Purple Heart #6902C2
Tints of Purple Heart #6902C2
RGB
CMYK
RGB Variations
Color information
#6902C2 (or 0x6902C2) is known color: Purple Heart. HEX triplet: 69, 02 and C2. RGB value is (105,2,194). Sum of RGB (Red+Green+Blue) = 105+2+194=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 194 (76.17% from 255 or 64.45% from 301); Max value from RGB is 194 - color contains mainly: blue. Hex color #6902C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6902C2 is #96FD3D. Grayscale: #363636. Windows color (decimal): -9895230 or 12714601. OLE color: 12714601.
HSL color Cylindrical-coordinate representation of color #6902C2: hue angle of 272.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6902C2 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 2 | 194 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.24 |
| HSL | 272.19º | 0.98% | 0.38% | - |
| HSV(B) | 272.19º | 0.99% | 0.76% | - |
| XYZ | 15.59 | 6.94 | 51.56 | - |
| YUV | 54.69 | 206.62 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 194 | 0.46 | 0.99 | 0 | 0.24 | 272.19 | 0.98 | 0.38 |
| Hex | 69 | 2 | C2 | 2E | 63 | 0 | 18 | 110 | 62 | 26 |
| Octal | 151 | 2 | 302 | 56 | 143 | 0 | 30 | 420 | 142 | 46 |
| Binary | 1101001 | 10 | 11000010 | 101110 | 1100011 | 0 | 11000 | 100010000 | 1100010 | 100110 |
Color Harmonies of #6902C2
Complementary color
Monochromatic Colors of #6902C2
Black with #6902C2
Text Example
Text Example
White with #6902C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6902C2; }
p { color: rgb(105,2,194); }
H1.HeaderClassName
{
color: #6902C2;
}
.AnyTagClassName
{
color: #6902C2;
}
</style>
background-color css
<style>
a { background-color: #6902C2; }
a { background-color: rgb(105,2,194); }
div.DivClassName
{
background-color: #6902C2;
}
.BgClassName
{
background-color: #6902C2;
}
</style>
border-color css
<style>
span { border-color: #6902C2; }
span { border-color: rgb(105,2,194); }
td.TdClassName
{
border-color: #6902C2;
}
.TagClassName
{
border-color: #6902C2;
}
</style>