Shades of Purple Heart #6735CD
Tints of Purple Heart #6735CD
RGB
CMYK
RGB Variations
Color information
#6735CD (or 0x6735CD) is known color: Purple Heart. HEX triplet: 67, 35 and CD. RGB value is (103,53,205). Sum of RGB (Red+Green+Blue) = 103+53+205=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #6735CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6735CD is #98CA32. Grayscale: #545454. Windows color (decimal): -10013235 or 13448551. OLE color: 13448551.
HSL color Cylindrical-coordinate representation of color #6735CD: hue angle of 259.74º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6735CD is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 53 | 205 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.20 |
| HSL | 259.74º | 0.6% | 0.51% | - |
| HSV(B) | 259.74º | 0.74% | 0.8% | - |
| XYZ | 17.89 | 9.84 | 58.71 | - |
| YUV | 85.28 | 195.57 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 53 | 205 | 0.50 | 0.74 | 0 | 0.20 | 259.74 | 0.6 | 0.51 |
| Hex | 67 | 35 | CD | 32 | 4A | 0 | 14 | 104 | 3C | 33 |
| Octal | 147 | 65 | 315 | 62 | 112 | 0 | 24 | 404 | 74 | 63 |
| Binary | 1100111 | 110101 | 11001101 | 110010 | 1001010 | 0 | 10100 | 100000100 | 111100 | 110011 |
Color Harmonies of #6735CD
Complementary color
Monochromatic Colors of #6735CD
Black with #6735CD
Text Example
Text Example
White with #6735CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6735CD; }
p { color: rgb(103,53,205); }
H1.HeaderClassName
{
color: #6735CD;
}
.AnyTagClassName
{
color: #6735CD;
}
</style>
background-color css
<style>
a { background-color: #6735CD; }
a { background-color: rgb(103,53,205); }
div.DivClassName
{
background-color: #6735CD;
}
.BgClassName
{
background-color: #6735CD;
}
</style>
border-color css
<style>
span { border-color: #6735CD; }
span { border-color: rgb(103,53,205); }
td.TdClassName
{
border-color: #6735CD;
}
.TagClassName
{
border-color: #6735CD;
}
</style>