Shades of Purple Heart #6607BD
Tints of Purple Heart #6607BD
RGB
CMYK
RGB Variations
Color information
#6607BD (or 0x6607BD) is known color: Purple Heart. HEX triplet: 66, 07 and BD. RGB value is (102,7,189). Sum of RGB (Red+Green+Blue) = 102+7+189=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #6607BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6607BD is #99F842. Grayscale: #373737. Windows color (decimal): -10090563 or 12388198. OLE color: 12388198.
HSL color Cylindrical-coordinate representation of color #6607BD: hue angle of 271.32º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6607BD is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 7 | 189 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.26 |
| HSL | 271.32º | 0.93% | 0.38% | - |
| HSV(B) | 271.32º | 0.96% | 0.74% | - |
| XYZ | 14.74 | 6.65 | 48.65 | - |
| YUV | 56.15 | 202.97 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 189 | 0.46 | 0.96 | 0 | 0.26 | 271.32 | 0.93 | 0.38 |
| Hex | 66 | 7 | BD | 2E | 60 | 0 | 1A | 10F | 5D | 26 |
| Octal | 146 | 7 | 275 | 56 | 140 | 0 | 32 | 417 | 135 | 46 |
| Binary | 1100110 | 111 | 10111101 | 101110 | 1100000 | 0 | 11010 | 100001111 | 1011101 | 100110 |
Color Harmonies of #6607BD
Complementary color
Monochromatic Colors of #6607BD
Black with #6607BD
Text Example
Text Example
White with #6607BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6607BD; }
p { color: rgb(102,7,189); }
H1.HeaderClassName
{
color: #6607BD;
}
.AnyTagClassName
{
color: #6607BD;
}
</style>
background-color css
<style>
a { background-color: #6607BD; }
a { background-color: rgb(102,7,189); }
div.DivClassName
{
background-color: #6607BD;
}
.BgClassName
{
background-color: #6607BD;
}
</style>
border-color css
<style>
span { border-color: #6607BD; }
span { border-color: rgb(102,7,189); }
td.TdClassName
{
border-color: #6607BD;
}
.TagClassName
{
border-color: #6607BD;
}
</style>