Shades of Purple Heart #6314CC
Tints of Purple Heart #6314CC
RGB
CMYK
RGB Variations
Color information
#6314CC (or 0x6314CC) is known color: Purple Heart. HEX triplet: 63, 14 and CC. RGB value is (99,20,204). Sum of RGB (Red+Green+Blue) = 99+20+204=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #6314CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6314CC is #9CEB33. Grayscale: #3F3F3F. Windows color (decimal): -10283828 or 13374563. OLE color: 13374563.
HSL color Cylindrical-coordinate representation of color #6314CC: hue angle of 265.76º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6314CC is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 20 | 204 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.2 |
| HSL | 265.76º | 0.82% | 0.44% | - |
| HSV(B) | 265.76º | 0.9% | 0.8% | - |
| XYZ | 16.29 | 7.51 | 57.72 | - |
| YUV | 64.6 | 206.67 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 204 | 0.51 | 0.90 | 0 | 0.2 | 265.76 | 0.82 | 0.44 |
| Hex | 63 | 14 | CC | 33 | 5A | 0 | 14 | 10A | 52 | 2C |
| Octal | 143 | 24 | 314 | 63 | 132 | 0 | 24 | 412 | 122 | 54 |
| Binary | 1100011 | 10100 | 11001100 | 110011 | 1011010 | 0 | 10100 | 100001010 | 1010010 | 101100 |
Color Harmonies of #6314CC
Complementary color
Monochromatic Colors of #6314CC
Black with #6314CC
Text Example
Text Example
White with #6314CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6314CC; }
p { color: rgb(99,20,204); }
H1.HeaderClassName
{
color: #6314CC;
}
.AnyTagClassName
{
color: #6314CC;
}
</style>
background-color css
<style>
a { background-color: #6314CC; }
a { background-color: rgb(99,20,204); }
div.DivClassName
{
background-color: #6314CC;
}
.BgClassName
{
background-color: #6314CC;
}
</style>
border-color css
<style>
span { border-color: #6314CC; }
span { border-color: rgb(99,20,204); }
td.TdClassName
{
border-color: #6314CC;
}
.TagClassName
{
border-color: #6314CC;
}
</style>