Shades of Purple Heart #6907CB
Tints of Purple Heart #6907CB
RGB
CMYK
RGB Variations
Color information
#6907CB (or 0x6907CB) is known color: Purple Heart. HEX triplet: 69, 07 and CB. RGB value is (105,7,203). Sum of RGB (Red+Green+Blue) = 105+7+203=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #6907CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6907CB is #96F834. Grayscale: #393939. Windows color (decimal): -9893941 or 13305705. OLE color: 13305705.
HSL color Cylindrical-coordinate representation of color #6907CB: hue angle of 270º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6907CB is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 7 | 203 | - |
| CMYK | 0.48 | 0.97 | 0 | 0.20 |
| HSL | 270º | 0.93% | 0.41% | - |
| HSV(B) | 270º | 0.97% | 0.8% | - |
| XYZ | 16.68 | 7.47 | 57.06 | - |
| YUV | 58.65 | 209.47 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 7 | 203 | 0.48 | 0.97 | 0 | 0.20 | 270 | 0.93 | 0.41 |
| Hex | 69 | 7 | CB | 30 | 61 | 0 | 14 | 10E | 5D | 29 |
| Octal | 151 | 7 | 313 | 60 | 141 | 0 | 24 | 416 | 135 | 51 |
| Binary | 1101001 | 111 | 11001011 | 110000 | 1100001 | 0 | 10100 | 100001110 | 1011101 | 101001 |
Color Harmonies of #6907CB
Complementary color
Monochromatic Colors of #6907CB
Black with #6907CB
Text Example
Text Example
White with #6907CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6907CB; }
p { color: rgb(105,7,203); }
H1.HeaderClassName
{
color: #6907CB;
}
.AnyTagClassName
{
color: #6907CB;
}
</style>
background-color css
<style>
a { background-color: #6907CB; }
a { background-color: rgb(105,7,203); }
div.DivClassName
{
background-color: #6907CB;
}
.BgClassName
{
background-color: #6907CB;
}
</style>
border-color css
<style>
span { border-color: #6907CB; }
span { border-color: rgb(105,7,203); }
td.TdClassName
{
border-color: #6907CB;
}
.TagClassName
{
border-color: #6907CB;
}
</style>