Shades of Purple Heart #6809B2
Tints of Purple Heart #6809B2
RGB
CMYK
RGB Variations
Color information
#6809B2 (or 0x6809B2) is known color: Purple Heart. HEX triplet: 68, 09 and B2. RGB value is (104,9,178). Sum of RGB (Red+Green+Blue) = 104+9+178=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 178 (69.92% from 255 or 61.17% from 291); Max value from RGB is 178 - color contains mainly: blue. Hex color #6809B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6809B2 is #97F64D. Grayscale: #383838. Windows color (decimal): -9958990 or 11667816. OLE color: 11667816.
HSL color Cylindrical-coordinate representation of color #6809B2: hue angle of 273.73º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6809B2 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 9 | 178 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.30 |
| HSL | 273.73º | 0.9% | 0.37% | - |
| HSV(B) | 273.73º | 0.95% | 0.7% | - |
| XYZ | 13.84 | 6.35 | 42.62 | - |
| YUV | 56.67 | 196.47 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 178 | 0.42 | 0.95 | 0 | 0.30 | 273.73 | 0.9 | 0.37 |
| Hex | 68 | 9 | B2 | 2A | 5F | 0 | 1E | 112 | 5A | 25 |
| Octal | 150 | 11 | 262 | 52 | 137 | 0 | 36 | 422 | 132 | 45 |
| Binary | 1101000 | 1001 | 10110010 | 101010 | 1011111 | 0 | 11110 | 100010010 | 1011010 | 100101 |
Color Harmonies of #6809B2
Complementary color
Monochromatic Colors of #6809B2
Black with #6809B2
Text Example
Text Example
White with #6809B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6809B2; }
p { color: rgb(104,9,178); }
H1.HeaderClassName
{
color: #6809B2;
}
.AnyTagClassName
{
color: #6809B2;
}
</style>
background-color css
<style>
a { background-color: #6809B2; }
a { background-color: rgb(104,9,178); }
div.DivClassName
{
background-color: #6809B2;
}
.BgClassName
{
background-color: #6809B2;
}
</style>
border-color css
<style>
span { border-color: #6809B2; }
span { border-color: rgb(104,9,178); }
td.TdClassName
{
border-color: #6809B2;
}
.TagClassName
{
border-color: #6809B2;
}
</style>