Shades of Purple Heart #6700CA
Tints of Purple Heart #6700CA
RGB
CMYK
RGB Variations
Color information
#6700CA (or 0x6700CA) is known color: Purple Heart. HEX triplet: 67, 00 and CA. RGB value is (103,0,202). Sum of RGB (Red+Green+Blue) = 103+0+202=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #6700CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6700CA is #98FF35. Grayscale: #353535. Windows color (decimal): -10026806 or 13238375. OLE color: 13238375.
HSL color Cylindrical-coordinate representation of color #6700CA: hue angle of 270.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700CA is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 0 | 202 | - |
| CMYK | 0.49 | 1 | 0 | 0.21 |
| HSL | 270.59º | 1% | 0.4% | - |
| HSV(B) | 270.59º | 1% | 0.79% | - |
| XYZ | 16.25 | 7.15 | 56.4 | - |
| YUV | 53.83 | 211.62 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 202 | 0.49 | 1 | 0 | 0.21 | 270.59 | 1 | 0.4 |
| Hex | 67 | 0 | CA | 31 | 64 | 0 | 15 | 10F | 64 | 28 |
| Octal | 147 | 0 | 312 | 61 | 144 | 0 | 25 | 417 | 144 | 50 |
| Binary | 1100111 | 0 | 11001010 | 110001 | 1100100 | 0 | 10101 | 100001111 | 1100100 | 101000 |
Color Harmonies of #6700CA
Complementary color
Monochromatic Colors of #6700CA
Black with #6700CA
Text Example
Text Example
White with #6700CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6700CA; }
p { color: rgb(103,0,202); }
H1.HeaderClassName
{
color: #6700CA;
}
.AnyTagClassName
{
color: #6700CA;
}
</style>
background-color css
<style>
a { background-color: #6700CA; }
a { background-color: rgb(103,0,202); }
div.DivClassName
{
background-color: #6700CA;
}
.BgClassName
{
background-color: #6700CA;
}
</style>
border-color css
<style>
span { border-color: #6700CA; }
span { border-color: rgb(103,0,202); }
td.TdClassName
{
border-color: #6700CA;
}
.TagClassName
{
border-color: #6700CA;
}
</style>