Shades of Purple Heart #6702CF
Tints of Purple Heart #6702CF
RGB
CMYK
RGB Variations
Color information
#6702CF (or 0x6702CF) is known color: Purple Heart. HEX triplet: 67, 02 and CF. RGB value is (103,2,207). Sum of RGB (Red+Green+Blue) = 103+2+207=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #6702CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6702CF is #98FD30. Grayscale: #363636. Windows color (decimal): -10026289 or 13566567. OLE color: 13566567.
HSL color Cylindrical-coordinate representation of color #6702CF: hue angle of 269.56º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6702CF is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 2 | 207 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.19 |
| HSL | 269.56º | 0.98% | 0.41% | - |
| HSV(B) | 269.56º | 0.99% | 0.81% | - |
| XYZ | 16.88 | 7.43 | 59.58 | - |
| YUV | 55.57 | 213.46 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 207 | 0.50 | 0.99 | 0 | 0.19 | 269.56 | 0.98 | 0.41 |
| Hex | 67 | 2 | CF | 32 | 63 | 0 | 13 | 10E | 62 | 29 |
| Octal | 147 | 2 | 317 | 62 | 143 | 0 | 23 | 416 | 142 | 51 |
| Binary | 1100111 | 10 | 11001111 | 110010 | 1100011 | 0 | 10011 | 100001110 | 1100010 | 101001 |
Color Harmonies of #6702CF
Complementary color
Monochromatic Colors of #6702CF
Black with #6702CF
Text Example
Text Example
White with #6702CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6702CF; }
p { color: rgb(103,2,207); }
H1.HeaderClassName
{
color: #6702CF;
}
.AnyTagClassName
{
color: #6702CF;
}
</style>
background-color css
<style>
a { background-color: #6702CF; }
a { background-color: rgb(103,2,207); }
div.DivClassName
{
background-color: #6702CF;
}
.BgClassName
{
background-color: #6702CF;
}
</style>
border-color css
<style>
span { border-color: #6702CF; }
span { border-color: rgb(103,2,207); }
td.TdClassName
{
border-color: #6702CF;
}
.TagClassName
{
border-color: #6702CF;
}
</style>