Shades of Purple Heart #6713CF
Tints of Purple Heart #6713CF
RGB
CMYK
RGB Variations
Color information
#6713CF (or 0x6713CF) is known color: Purple Heart. HEX triplet: 67, 13 and CF. RGB value is (103,19,207). Sum of RGB (Red+Green+Blue) = 103+19+207=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #6713CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6713CF is #98EC30. Grayscale: #404040. Windows color (decimal): -10021937 or 13570919. OLE color: 13570919.
HSL color Cylindrical-coordinate representation of color #6713CF: hue angle of 266.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6713CF is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 19 | 207 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.19 |
| HSL | 266.81º | 0.83% | 0.44% | - |
| HSV(B) | 266.81º | 0.91% | 0.81% | - |
| XYZ | 17.09 | 7.85 | 59.65 | - |
| YUV | 65.55 | 207.83 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 207 | 0.50 | 0.91 | 0 | 0.19 | 266.81 | 0.83 | 0.44 |
| Hex | 67 | 13 | CF | 32 | 5B | 0 | 13 | 10B | 53 | 2C |
| Octal | 147 | 23 | 317 | 62 | 133 | 0 | 23 | 413 | 123 | 54 |
| Binary | 1100111 | 10011 | 11001111 | 110010 | 1011011 | 0 | 10011 | 100001011 | 1010011 | 101100 |
Color Harmonies of #6713CF
Complementary color
Monochromatic Colors of #6713CF
Black with #6713CF
Text Example
Text Example
White with #6713CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6713CF; }
p { color: rgb(103,19,207); }
H1.HeaderClassName
{
color: #6713CF;
}
.AnyTagClassName
{
color: #6713CF;
}
</style>
background-color css
<style>
a { background-color: #6713CF; }
a { background-color: rgb(103,19,207); }
div.DivClassName
{
background-color: #6713CF;
}
.BgClassName
{
background-color: #6713CF;
}
</style>
border-color css
<style>
span { border-color: #6713CF; }
span { border-color: rgb(103,19,207); }
td.TdClassName
{
border-color: #6713CF;
}
.TagClassName
{
border-color: #6713CF;
}
</style>