Shades of Purple Heart #6903CF
Tints of Purple Heart #6903CF
RGB
CMYK
RGB Variations
Color information
#6903CF (or 0x6903CF) is known color: Purple Heart. HEX triplet: 69, 03 and CF. RGB value is (105,3,207). Sum of RGB (Red+Green+Blue) = 105+3+207=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #6903CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6903CF is #96FC30. Grayscale: #383838. Windows color (decimal): -9894961 or 13566825. OLE color: 13566825.
HSL color Cylindrical-coordinate representation of color #6903CF: hue angle of 270º degrees, saturation: 0.97, 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 #6903CF is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 3 | 207 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.19 |
| HSL | 270º | 0.97% | 0.41% | - |
| HSV(B) | 270º | 0.99% | 0.81% | - |
| XYZ | 17.12 | 7.57 | 59.59 | - |
| YUV | 56.75 | 212.79 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 207 | 0.49 | 0.99 | 0 | 0.19 | 270 | 0.97 | 0.41 |
| Hex | 69 | 3 | CF | 31 | 63 | 0 | 13 | 10E | 61 | 29 |
| Octal | 151 | 3 | 317 | 61 | 143 | 0 | 23 | 416 | 141 | 51 |
| Binary | 1101001 | 11 | 11001111 | 110001 | 1100011 | 0 | 10011 | 100001110 | 1100001 | 101001 |
Color Harmonies of #6903CF
Complementary color
Monochromatic Colors of #6903CF
Black with #6903CF
Text Example
Text Example
White with #6903CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6903CF; }
p { color: rgb(105,3,207); }
H1.HeaderClassName
{
color: #6903CF;
}
.AnyTagClassName
{
color: #6903CF;
}
</style>
background-color css
<style>
a { background-color: #6903CF; }
a { background-color: rgb(105,3,207); }
div.DivClassName
{
background-color: #6903CF;
}
.BgClassName
{
background-color: #6903CF;
}
</style>
border-color css
<style>
span { border-color: #6903CF; }
span { border-color: rgb(105,3,207); }
td.TdClassName
{
border-color: #6903CF;
}
.TagClassName
{
border-color: #6903CF;
}
</style>