Shades of Purple Heart #6301CF
Tints of Purple Heart #6301CF
RGB
CMYK
RGB Variations
Color information
#6301CF (or 0x6301CF) is known color: Purple Heart. HEX triplet: 63, 01 and CF. RGB value is (99,1,207). Sum of RGB (Red+Green+Blue) = 99+1+207=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #6301CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6301CF is #9CFE30. Grayscale: #353535. Windows color (decimal): -10288689 or 13566307. OLE color: 13566307.
HSL color Cylindrical-coordinate representation of color #6301CF: hue angle of 268.54º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6301CF is Cyan = 0.52, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 1 | 207 | - |
| CMYK | 0.52 | 1.00 | 0 | 0.19 |
| HSL | 268.54º | 0.99% | 0.41% | - |
| HSV(B) | 268.54º | 1% | 0.81% | - |
| XYZ | 16.42 | 7.18 | 59.55 | - |
| YUV | 53.79 | 214.47 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 207 | 0.52 | 1.00 | 0 | 0.19 | 268.54 | 0.99 | 0.41 |
| Hex | 63 | 1 | CF | 34 | 64 | 0 | 13 | 10D | 63 | 29 |
| Octal | 143 | 1 | 317 | 64 | 144 | 0 | 23 | 415 | 143 | 51 |
| Binary | 1100011 | 1 | 11001111 | 110100 | 1100100 | 0 | 10011 | 100001101 | 1100011 | 101001 |
Color Harmonies of #6301CF
Complementary color
Monochromatic Colors of #6301CF
Black with #6301CF
Text Example
Text Example
White with #6301CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6301CF; }
p { color: rgb(99,1,207); }
H1.HeaderClassName
{
color: #6301CF;
}
.AnyTagClassName
{
color: #6301CF;
}
</style>
background-color css
<style>
a { background-color: #6301CF; }
a { background-color: rgb(99,1,207); }
div.DivClassName
{
background-color: #6301CF;
}
.BgClassName
{
background-color: #6301CF;
}
</style>
border-color css
<style>
span { border-color: #6301CF; }
span { border-color: rgb(99,1,207); }
td.TdClassName
{
border-color: #6301CF;
}
.TagClassName
{
border-color: #6301CF;
}
</style>