Shades of Purple Heart #6707CB
Tints of Purple Heart #6707CB
RGB
CMYK
RGB Variations
Color information
#6707CB (or 0x6707CB) is known color: Purple Heart. HEX triplet: 67, 07 and CB. RGB value is (103,7,203). Sum of RGB (Red+Green+Blue) = 103+7+203=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #6707CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6707CB is #98F834. Grayscale: #393939. Windows color (decimal): -10025013 or 13305703. OLE color: 13305703.
HSL color Cylindrical-coordinate representation of color #6707CB: hue angle of 269.39º 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 #6707CB is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 7 | 203 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.20 |
| HSL | 269.39º | 0.93% | 0.41% | - |
| HSV(B) | 269.39º | 0.97% | 0.8% | - |
| XYZ | 16.45 | 7.35 | 57.05 | - |
| YUV | 58.05 | 209.8 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 7 | 203 | 0.49 | 0.97 | 0 | 0.20 | 269.39 | 0.93 | 0.41 |
| Hex | 67 | 7 | CB | 31 | 61 | 0 | 14 | 10D | 5D | 29 |
| Octal | 147 | 7 | 313 | 61 | 141 | 0 | 24 | 415 | 135 | 51 |
| Binary | 1100111 | 111 | 11001011 | 110001 | 1100001 | 0 | 10100 | 100001101 | 1011101 | 101001 |
Color Harmonies of #6707CB
Complementary color
Monochromatic Colors of #6707CB
Black with #6707CB
Text Example
Text Example
White with #6707CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6707CB; }
p { color: rgb(103,7,203); }
H1.HeaderClassName
{
color: #6707CB;
}
.AnyTagClassName
{
color: #6707CB;
}
</style>
background-color css
<style>
a { background-color: #6707CB; }
a { background-color: rgb(103,7,203); }
div.DivClassName
{
background-color: #6707CB;
}
.BgClassName
{
background-color: #6707CB;
}
</style>
border-color css
<style>
span { border-color: #6707CB; }
span { border-color: rgb(103,7,203); }
td.TdClassName
{
border-color: #6707CB;
}
.TagClassName
{
border-color: #6707CB;
}
</style>