Shades of Purple Heart #6704CB
Tints of Purple Heart #6704CB
RGB
CMYK
RGB Variations
Color information
#6704CB (or 0x6704CB) is known color: Purple Heart. HEX triplet: 67, 04 and CB. RGB value is (103,4,203). Sum of RGB (Red+Green+Blue) = 103+4+203=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #6704CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6704CB is #98FB34. Grayscale: #373737. Windows color (decimal): -10025781 or 13304935. OLE color: 13304935.
HSL color Cylindrical-coordinate representation of color #6704CB: hue angle of 269.85º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6704CB is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 4 | 203 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.20 |
| HSL | 269.85º | 0.96% | 0.41% | - |
| HSV(B) | 269.85º | 0.98% | 0.8% | - |
| XYZ | 16.42 | 7.28 | 57.04 | - |
| YUV | 56.29 | 210.8 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 4 | 203 | 0.49 | 0.98 | 0 | 0.20 | 269.85 | 0.96 | 0.41 |
| Hex | 67 | 4 | CB | 31 | 62 | 0 | 14 | 10E | 60 | 29 |
| Octal | 147 | 4 | 313 | 61 | 142 | 0 | 24 | 416 | 140 | 51 |
| Binary | 1100111 | 100 | 11001011 | 110001 | 1100010 | 0 | 10100 | 100001110 | 1100000 | 101001 |
Color Harmonies of #6704CB
Complementary color
Monochromatic Colors of #6704CB
Black with #6704CB
Text Example
Text Example
White with #6704CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6704CB; }
p { color: rgb(103,4,203); }
H1.HeaderClassName
{
color: #6704CB;
}
.AnyTagClassName
{
color: #6704CB;
}
</style>
background-color css
<style>
a { background-color: #6704CB; }
a { background-color: rgb(103,4,203); }
div.DivClassName
{
background-color: #6704CB;
}
.BgClassName
{
background-color: #6704CB;
}
</style>
border-color css
<style>
span { border-color: #6704CB; }
span { border-color: rgb(103,4,203); }
td.TdClassName
{
border-color: #6704CB;
}
.TagClassName
{
border-color: #6704CB;
}
</style>