Shades of Purple Heart #6306CF
Tints of Purple Heart #6306CF
RGB
CMYK
RGB Variations
Color information
#6306CF (or 0x6306CF) is known color: Purple Heart. HEX triplet: 63, 06 and CF. RGB value is (99,6,207). Sum of RGB (Red+Green+Blue) = 99+6+207=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #6306CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6306CF is #9CF930. Grayscale: #383838. Windows color (decimal): -10287409 or 13567587. OLE color: 13567587.
HSL color Cylindrical-coordinate representation of color #6306CF: hue angle of 267.76º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6306CF is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 6 | 207 | - |
| CMYK | 0.52 | 0.97 | 0 | 0.19 |
| HSL | 267.76º | 0.94% | 0.42% | - |
| HSV(B) | 267.76º | 0.97% | 0.81% | - |
| XYZ | 16.47 | 7.29 | 59.57 | - |
| YUV | 56.72 | 212.81 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 207 | 0.52 | 0.97 | 0 | 0.19 | 267.76 | 0.94 | 0.42 |
| Hex | 63 | 6 | CF | 34 | 61 | 0 | 13 | 10C | 5E | 2A |
| Octal | 143 | 6 | 317 | 64 | 141 | 0 | 23 | 414 | 136 | 52 |
| Binary | 1100011 | 110 | 11001111 | 110100 | 1100001 | 0 | 10011 | 100001100 | 1011110 | 101010 |
Color Harmonies of #6306CF
Complementary color
Monochromatic Colors of #6306CF
Black with #6306CF
Text Example
Text Example
White with #6306CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6306CF; }
p { color: rgb(99,6,207); }
H1.HeaderClassName
{
color: #6306CF;
}
.AnyTagClassName
{
color: #6306CF;
}
</style>
background-color css
<style>
a { background-color: #6306CF; }
a { background-color: rgb(99,6,207); }
div.DivClassName
{
background-color: #6306CF;
}
.BgClassName
{
background-color: #6306CF;
}
</style>
border-color css
<style>
span { border-color: #6306CF; }
span { border-color: rgb(99,6,207); }
td.TdClassName
{
border-color: #6306CF;
}
.TagClassName
{
border-color: #6306CF;
}
</style>