Shades of Purple Heart #6133D6
Tints of Purple Heart #6133D6
RGB
CMYK
RGB Variations
Color information
#6133D6 (or 0x6133D6) is known color: Purple Heart. HEX triplet: 61, 33 and D6. RGB value is (97,51,214). Sum of RGB (Red+Green+Blue) = 97+51+214=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 214 (83.98% from 255 or 59.12% from 362); Max value from RGB is 214 - color contains mainly: blue. Hex color #6133D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6133D6 is #9ECC29. Grayscale: #525252. Windows color (decimal): -10406954 or 14037857. OLE color: 14037857.
HSL color Cylindrical-coordinate representation of color #6133D6: hue angle of 256.93º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6133D6 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 51 | 214 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.16 |
| HSL | 256.93º | 0.67% | 0.52% | - |
| HSV(B) | 256.93º | 0.76% | 0.84% | - |
| XYZ | 18.25 | 9.76 | 64.54 | - |
| YUV | 83.34 | 201.74 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 51 | 214 | 0.55 | 0.76 | 0 | 0.16 | 256.93 | 0.67 | 0.52 |
| Hex | 61 | 33 | D6 | 37 | 4C | 0 | 10 | 101 | 43 | 34 |
| Octal | 141 | 63 | 326 | 67 | 114 | 0 | 20 | 401 | 103 | 64 |
| Binary | 1100001 | 110011 | 11010110 | 110111 | 1001100 | 0 | 10000 | 100000001 | 1000011 | 110100 |
Color Harmonies of #6133D6
Complementary color
Monochromatic Colors of #6133D6
Black with #6133D6
Text Example
Text Example
White with #6133D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6133D6; }
p { color: rgb(97,51,214); }
H1.HeaderClassName
{
color: #6133D6;
}
.AnyTagClassName
{
color: #6133D6;
}
</style>
background-color css
<style>
a { background-color: #6133D6; }
a { background-color: rgb(97,51,214); }
div.DivClassName
{
background-color: #6133D6;
}
.BgClassName
{
background-color: #6133D6;
}
</style>
border-color css
<style>
span { border-color: #6133D6; }
span { border-color: rgb(97,51,214); }
td.TdClassName
{
border-color: #6133D6;
}
.TagClassName
{
border-color: #6133D6;
}
</style>