Shades of Purple Heart #6306CC
Tints of Purple Heart #6306CC
RGB
CMYK
RGB Variations
Color information
#6306CC (or 0x6306CC) is known color: Purple Heart. HEX triplet: 63, 06 and CC. RGB value is (99,6,204). Sum of RGB (Red+Green+Blue) = 99+6+204=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #6306CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6306CC is #9CF933. Grayscale: #373737. Windows color (decimal): -10287412 or 13370979. OLE color: 13370979.
HSL color Cylindrical-coordinate representation of color #6306CC: hue angle of 268.18º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6306CC is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 6 | 204 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.2 |
| HSL | 268.18º | 0.94% | 0.41% | - |
| HSV(B) | 268.18º | 0.97% | 0.8% | - |
| XYZ | 16.11 | 7.14 | 57.66 | - |
| YUV | 56.38 | 211.31 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 204 | 0.51 | 0.97 | 0 | 0.2 | 268.18 | 0.94 | 0.41 |
| Hex | 63 | 6 | CC | 33 | 61 | 0 | 14 | 10C | 5E | 29 |
| Octal | 143 | 6 | 314 | 63 | 141 | 0 | 24 | 414 | 136 | 51 |
| Binary | 1100011 | 110 | 11001100 | 110011 | 1100001 | 0 | 10100 | 100001100 | 1011110 | 101001 |
Color Harmonies of #6306CC
Complementary color
Monochromatic Colors of #6306CC
Black with #6306CC
Text Example
Text Example
White with #6306CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6306CC; }
p { color: rgb(99,6,204); }
H1.HeaderClassName
{
color: #6306CC;
}
.AnyTagClassName
{
color: #6306CC;
}
</style>
background-color css
<style>
a { background-color: #6306CC; }
a { background-color: rgb(99,6,204); }
div.DivClassName
{
background-color: #6306CC;
}
.BgClassName
{
background-color: #6306CC;
}
</style>
border-color css
<style>
span { border-color: #6306CC; }
span { border-color: rgb(99,6,204); }
td.TdClassName
{
border-color: #6306CC;
}
.TagClassName
{
border-color: #6306CC;
}
</style>