Shades of Purple Heart #6609B0
Tints of Purple Heart #6609B0
RGB
CMYK
RGB Variations
Color information
#6609B0 (or 0x6609B0) is known color: Purple Heart. HEX triplet: 66, 09 and B0. RGB value is (102,9,176). Sum of RGB (Red+Green+Blue) = 102+9+176=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 176 (69.14% from 255 or 61.32% from 287); Max value from RGB is 176 - color contains mainly: blue. Hex color #6609B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6609B0 is #99F64F. Grayscale: #373737. Windows color (decimal): -10090064 or 11536742. OLE color: 11536742.
HSL color Cylindrical-coordinate representation of color #6609B0: hue angle of 273.41º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6609B0 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 9 | 176 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.31 |
| HSL | 273.41º | 0.9% | 0.36% | - |
| HSV(B) | 273.41º | 0.95% | 0.69% | - |
| XYZ | 13.41 | 6.15 | 41.56 | - |
| YUV | 55.85 | 195.81 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 176 | 0.42 | 0.95 | 0 | 0.31 | 273.41 | 0.9 | 0.36 |
| Hex | 66 | 9 | B0 | 2A | 5F | 0 | 1F | 111 | 5A | 24 |
| Octal | 146 | 11 | 260 | 52 | 137 | 0 | 37 | 421 | 132 | 44 |
| Binary | 1100110 | 1001 | 10110000 | 101010 | 1011111 | 0 | 11111 | 100010001 | 1011010 | 100100 |
Color Harmonies of #6609B0
Complementary color
Monochromatic Colors of #6609B0
Black with #6609B0
Text Example
Text Example
White with #6609B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6609B0; }
p { color: rgb(102,9,176); }
H1.HeaderClassName
{
color: #6609B0;
}
.AnyTagClassName
{
color: #6609B0;
}
</style>
background-color css
<style>
a { background-color: #6609B0; }
a { background-color: rgb(102,9,176); }
div.DivClassName
{
background-color: #6609B0;
}
.BgClassName
{
background-color: #6609B0;
}
</style>
border-color css
<style>
span { border-color: #6609B0; }
span { border-color: rgb(102,9,176); }
td.TdClassName
{
border-color: #6609B0;
}
.TagClassName
{
border-color: #6609B0;
}
</style>