Shades of Purple Heart #6103B2
Tints of Purple Heart #6103B2
RGB
CMYK
RGB Variations
Color information
#6103B2 (or 0x6103B2) is known color: Purple Heart. HEX triplet: 61, 03 and B2. RGB value is (97,3,178). Sum of RGB (Red+Green+Blue) = 97+3+178=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 178 (69.92% from 255 or 64.03% from 278); Max value from RGB is 178 - color contains mainly: blue. Hex color #6103B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6103B2 is #9EFC4D. Grayscale: #323232. Windows color (decimal): -10419278 or 11666273. OLE color: 11666273.
HSL color Cylindrical-coordinate representation of color #6103B2: hue angle of 272.23º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6103B2 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 3 | 178 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.30 |
| HSL | 272.23º | 0.97% | 0.35% | - |
| HSV(B) | 272.23º | 0.98% | 0.7% | - |
| XYZ | 13 | 5.82 | 42.56 | - |
| YUV | 51.06 | 199.64 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 178 | 0.46 | 0.98 | 0 | 0.30 | 272.23 | 0.97 | 0.35 |
| Hex | 61 | 3 | B2 | 2E | 62 | 0 | 1E | 110 | 61 | 23 |
| Octal | 141 | 3 | 262 | 56 | 142 | 0 | 36 | 420 | 141 | 43 |
| Binary | 1100001 | 11 | 10110010 | 101110 | 1100010 | 0 | 11110 | 100010000 | 1100001 | 100011 |
Color Harmonies of #6103B2
Complementary color
Monochromatic Colors of #6103B2
Black with #6103B2
Text Example
Text Example
White with #6103B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6103B2; }
p { color: rgb(97,3,178); }
H1.HeaderClassName
{
color: #6103B2;
}
.AnyTagClassName
{
color: #6103B2;
}
</style>
background-color css
<style>
a { background-color: #6103B2; }
a { background-color: rgb(97,3,178); }
div.DivClassName
{
background-color: #6103B2;
}
.BgClassName
{
background-color: #6103B2;
}
</style>
border-color css
<style>
span { border-color: #6103B2; }
span { border-color: rgb(97,3,178); }
td.TdClassName
{
border-color: #6103B2;
}
.TagClassName
{
border-color: #6103B2;
}
</style>