Shades of Purple Heart #6108CB
Tints of Purple Heart #6108CB
RGB
CMYK
RGB Variations
Color information
#6108CB (or 0x6108CB) is known color: Purple Heart. HEX triplet: 61, 08 and CB. RGB value is (97,8,203). Sum of RGB (Red+Green+Blue) = 97+8+203=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #6108CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6108CB is #9EF734. Grayscale: #383838. Windows color (decimal): -10417973 or 13305953. OLE color: 13305953.
HSL color Cylindrical-coordinate representation of color #6108CB: hue angle of 267.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6108CB is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 8 | 203 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.20 |
| HSL | 267.38º | 0.92% | 0.41% | - |
| HSV(B) | 267.38º | 0.96% | 0.8% | - |
| XYZ | 15.8 | 7.03 | 57.02 | - |
| YUV | 56.84 | 210.49 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 8 | 203 | 0.52 | 0.96 | 0 | 0.20 | 267.38 | 0.92 | 0.41 |
| Hex | 61 | 8 | CB | 34 | 60 | 0 | 14 | 10B | 5C | 29 |
| Octal | 141 | 10 | 313 | 64 | 140 | 0 | 24 | 413 | 134 | 51 |
| Binary | 1100001 | 1000 | 11001011 | 110100 | 1100000 | 0 | 10100 | 100001011 | 1011100 | 101001 |
Color Harmonies of #6108CB
Complementary color
Monochromatic Colors of #6108CB
Black with #6108CB
Text Example
Text Example
White with #6108CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6108CB; }
p { color: rgb(97,8,203); }
H1.HeaderClassName
{
color: #6108CB;
}
.AnyTagClassName
{
color: #6108CB;
}
</style>
background-color css
<style>
a { background-color: #6108CB; }
a { background-color: rgb(97,8,203); }
div.DivClassName
{
background-color: #6108CB;
}
.BgClassName
{
background-color: #6108CB;
}
</style>
border-color css
<style>
span { border-color: #6108CB; }
span { border-color: rgb(97,8,203); }
td.TdClassName
{
border-color: #6108CB;
}
.TagClassName
{
border-color: #6108CB;
}
</style>