Shades of Purple Heart #6635CF
Tints of Purple Heart #6635CF
RGB
CMYK
RGB Variations
Color information
#6635CF (or 0x6635CF) is known color: Purple Heart. HEX triplet: 66, 35 and CF. RGB value is (102,53,207). Sum of RGB (Red+Green+Blue) = 102+53+207=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #6635CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6635CF is #99CA30. Grayscale: #545454. Windows color (decimal): -10078769 or 13579622. OLE color: 13579622.
HSL color Cylindrical-coordinate representation of color #6635CF: hue angle of 259.09º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6635CF is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 53 | 207 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.19 |
| HSL | 259.09º | 0.62% | 0.51% | - |
| HSV(B) | 259.09º | 0.74% | 0.81% | - |
| XYZ | 18.02 | 9.88 | 59.99 | - |
| YUV | 85.21 | 196.73 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 207 | 0.51 | 0.74 | 0 | 0.19 | 259.09 | 0.62 | 0.51 |
| Hex | 66 | 35 | CF | 33 | 4A | 0 | 13 | 103 | 3E | 33 |
| Octal | 146 | 65 | 317 | 63 | 112 | 0 | 23 | 403 | 76 | 63 |
| Binary | 1100110 | 110101 | 11001111 | 110011 | 1001010 | 0 | 10011 | 100000011 | 111110 | 110011 |
Color Harmonies of #6635CF
Complementary color
Monochromatic Colors of #6635CF
Black with #6635CF
Text Example
Text Example
White with #6635CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6635CF; }
p { color: rgb(102,53,207); }
H1.HeaderClassName
{
color: #6635CF;
}
.AnyTagClassName
{
color: #6635CF;
}
</style>
background-color css
<style>
a { background-color: #6635CF; }
a { background-color: rgb(102,53,207); }
div.DivClassName
{
background-color: #6635CF;
}
.BgClassName
{
background-color: #6635CF;
}
</style>
border-color css
<style>
span { border-color: #6635CF; }
span { border-color: rgb(102,53,207); }
td.TdClassName
{
border-color: #6635CF;
}
.TagClassName
{
border-color: #6635CF;
}
</style>