Shades of Purple Heart #6803B4
Tints of Purple Heart #6803B4
RGB
CMYK
RGB Variations
Color information
#6803B4 (or 0x6803B4) is known color: Purple Heart. HEX triplet: 68, 03 and B4. RGB value is (104,3,180). Sum of RGB (Red+Green+Blue) = 104+3+180=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 180 (70.70% from 255 or 62.72% from 287); Max value from RGB is 180 - color contains mainly: blue. Hex color #6803B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6803B4 is #97FC4B. Grayscale: #343434. Windows color (decimal): -9960524 or 11797352. OLE color: 11797352.
HSL color Cylindrical-coordinate representation of color #6803B4: hue angle of 274.24º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6803B4 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 3 | 180 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.29 |
| HSL | 274.24º | 0.97% | 0.36% | - |
| HSV(B) | 274.24º | 0.98% | 0.71% | - |
| XYZ | 13.98 | 6.3 | 43.66 | - |
| YUV | 53.38 | 199.46 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 180 | 0.42 | 0.98 | 0 | 0.29 | 274.24 | 0.97 | 0.36 |
| Hex | 68 | 3 | B4 | 2A | 62 | 0 | 1D | 112 | 61 | 24 |
| Octal | 150 | 3 | 264 | 52 | 142 | 0 | 35 | 422 | 141 | 44 |
| Binary | 1101000 | 11 | 10110100 | 101010 | 1100010 | 0 | 11101 | 100010010 | 1100001 | 100100 |
Color Harmonies of #6803B4
Complementary color
Monochromatic Colors of #6803B4
Black with #6803B4
Text Example
Text Example
White with #6803B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6803B4; }
p { color: rgb(104,3,180); }
H1.HeaderClassName
{
color: #6803B4;
}
.AnyTagClassName
{
color: #6803B4;
}
</style>
background-color css
<style>
a { background-color: #6803B4; }
a { background-color: rgb(104,3,180); }
div.DivClassName
{
background-color: #6803B4;
}
.BgClassName
{
background-color: #6803B4;
}
</style>
border-color css
<style>
span { border-color: #6803B4; }
span { border-color: rgb(104,3,180); }
td.TdClassName
{
border-color: #6803B4;
}
.TagClassName
{
border-color: #6803B4;
}
</style>