Shades of Purple Heart #6102B3
Tints of Purple Heart #6102B3
RGB
CMYK
RGB Variations
Color information
#6102B3 (or 0x6102B3) is known color: Purple Heart. HEX triplet: 61, 02 and B3. RGB value is (97,2,179). Sum of RGB (Red+Green+Blue) = 97+2+179=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 179 (70.31% from 255 or 64.39% from 278); Max value from RGB is 179 - color contains mainly: blue. Hex color #6102B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6102B3 is #9EFD4C. Grayscale: #313131. Windows color (decimal): -10419533 or 11731553. OLE color: 11731553.
HSL color Cylindrical-coordinate representation of color #6102B3: hue angle of 272.2º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6102B3 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 2 | 179 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.30 |
| HSL | 272.2º | 0.98% | 0.35% | - |
| HSV(B) | 272.2º | 0.99% | 0.7% | - |
| XYZ | 13.09 | 5.84 | 43.09 | - |
| YUV | 50.58 | 200.47 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 179 | 0.46 | 0.99 | 0 | 0.30 | 272.2 | 0.98 | 0.35 |
| Hex | 61 | 2 | B3 | 2E | 63 | 0 | 1E | 110 | 62 | 23 |
| Octal | 141 | 2 | 263 | 56 | 143 | 0 | 36 | 420 | 142 | 43 |
| Binary | 1100001 | 10 | 10110011 | 101110 | 1100011 | 0 | 11110 | 100010000 | 1100010 | 100011 |
Color Harmonies of #6102B3
Complementary color
Monochromatic Colors of #6102B3
Black with #6102B3
Text Example
Text Example
White with #6102B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6102B3; }
p { color: rgb(97,2,179); }
H1.HeaderClassName
{
color: #6102B3;
}
.AnyTagClassName
{
color: #6102B3;
}
</style>
background-color css
<style>
a { background-color: #6102B3; }
a { background-color: rgb(97,2,179); }
div.DivClassName
{
background-color: #6102B3;
}
.BgClassName
{
background-color: #6102B3;
}
</style>
border-color css
<style>
span { border-color: #6102B3; }
span { border-color: rgb(97,2,179); }
td.TdClassName
{
border-color: #6102B3;
}
.TagClassName
{
border-color: #6102B3;
}
</style>