Shades of Purple Heart #6813CF
Tints of Purple Heart #6813CF
RGB
CMYK
RGB Variations
Color information
#6813CF (or 0x6813CF) is known color: Purple Heart. HEX triplet: 68, 13 and CF. RGB value is (104,19,207). Sum of RGB (Red+Green+Blue) = 104+19+207=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #6813CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6813CF is #97EC30. Grayscale: #414141. Windows color (decimal): -9956401 or 13570920. OLE color: 13570920.
HSL color Cylindrical-coordinate representation of color #6813CF: hue angle of 267.13º 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 #6813CF is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 19 | 207 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.19 |
| HSL | 267.13º | 0.83% | 0.44% | - |
| HSV(B) | 267.13º | 0.91% | 0.81% | - |
| XYZ | 17.2 | 7.91 | 59.65 | - |
| YUV | 65.85 | 207.66 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 19 | 207 | 0.50 | 0.91 | 0 | 0.19 | 267.13 | 0.83 | 0.44 |
| Hex | 68 | 13 | CF | 32 | 5B | 0 | 13 | 10B | 53 | 2C |
| Octal | 150 | 23 | 317 | 62 | 133 | 0 | 23 | 413 | 123 | 54 |
| Binary | 1101000 | 10011 | 11001111 | 110010 | 1011011 | 0 | 10011 | 100001011 | 1010011 | 101100 |
Color Harmonies of #6813CF
Complementary color
Monochromatic Colors of #6813CF
Black with #6813CF
Text Example
Text Example
White with #6813CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6813CF; }
p { color: rgb(104,19,207); }
H1.HeaderClassName
{
color: #6813CF;
}
.AnyTagClassName
{
color: #6813CF;
}
</style>
background-color css
<style>
a { background-color: #6813CF; }
a { background-color: rgb(104,19,207); }
div.DivClassName
{
background-color: #6813CF;
}
.BgClassName
{
background-color: #6813CF;
}
</style>
border-color css
<style>
span { border-color: #6813CF; }
span { border-color: rgb(104,19,207); }
td.TdClassName
{
border-color: #6813CF;
}
.TagClassName
{
border-color: #6813CF;
}
</style>