Shades of Purple Heart #6735B8
Tints of Purple Heart #6735B8
RGB
CMYK
RGB Variations
Color information
#6735B8 (or 0x6735B8) is known color: Purple Heart. HEX triplet: 67, 35 and B8. RGB value is (103,53,184). Sum of RGB (Red+Green+Blue) = 103+53+184=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 184 (72.27% from 255 or 54.12% from 340); Max value from RGB is 184 - color contains mainly: blue. Hex color #6735B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6735B8 is #98CA47. Grayscale: #525252. Windows color (decimal): -10013256 or 12072295. OLE color: 12072295.
HSL color Cylindrical-coordinate representation of color #6735B8: hue angle of 262.9º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6735B8 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 103 | 53 | 184 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.28 |
| HSL | 262.9º | 0.55% | 0.46% | - |
| HSV(B) | 262.9º | 0.71% | 0.72% | - |
| XYZ | 15.52 | 8.89 | 46.25 | - |
| YUV | 82.88 | 185.07 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 53 | 184 | 0.44 | 0.71 | 0 | 0.28 | 262.9 | 0.55 | 0.46 |
| Hex | 67 | 35 | B8 | 2C | 47 | 0 | 1C | 107 | 37 | 2E |
| Octal | 147 | 65 | 270 | 54 | 107 | 0 | 34 | 407 | 67 | 56 |
| Binary | 1100111 | 110101 | 10111000 | 101100 | 1000111 | 0 | 11100 | 100000111 | 110111 | 101110 |
Color Harmonies of #6735B8
Complementary color
Monochromatic Colors of #6735B8
Black with #6735B8
Text Example
Text Example
White with #6735B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6735B8; }
p { color: rgb(103,53,184); }
H1.HeaderClassName
{
color: #6735B8;
}
.AnyTagClassName
{
color: #6735B8;
}
</style>
background-color css
<style>
a { background-color: #6735B8; }
a { background-color: rgb(103,53,184); }
div.DivClassName
{
background-color: #6735B8;
}
.BgClassName
{
background-color: #6735B8;
}
</style>
border-color css
<style>
span { border-color: #6735B8; }
span { border-color: rgb(103,53,184); }
td.TdClassName
{
border-color: #6735B8;
}
.TagClassName
{
border-color: #6735B8;
}
</style>