Shades of Purple Heart #6301C0
Tints of Purple Heart #6301C0
RGB
CMYK
RGB Variations
Color information
#6301C0 (or 0x6301C0) is known color: Purple Heart. HEX triplet: 63, 01 and C0. RGB value is (99,1,192). Sum of RGB (Red+Green+Blue) = 99+1+192=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 192 (75.39% from 255 or 65.75% from 292); Max value from RGB is 192 - color contains mainly: blue. Hex color #6301C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6301C0 is #9CFE3F. Grayscale: #333333. Windows color (decimal): -10288704 or 12583267. OLE color: 12583267.
HSL color Cylindrical-coordinate representation of color #6301C0: hue angle of 270.79º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6301C0 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 1 | 192 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.25 |
| HSL | 270.79º | 0.99% | 0.38% | - |
| HSV(B) | 270.79º | 0.99% | 0.75% | - |
| XYZ | 14.67 | 6.48 | 50.35 | - |
| YUV | 52.08 | 206.97 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 192 | 0.48 | 0.99 | 0 | 0.25 | 270.79 | 0.99 | 0.38 |
| Hex | 63 | 1 | C0 | 30 | 63 | 0 | 19 | 10F | 63 | 26 |
| Octal | 143 | 1 | 300 | 60 | 143 | 0 | 31 | 417 | 143 | 46 |
| Binary | 1100011 | 1 | 11000000 | 110000 | 1100011 | 0 | 11001 | 100001111 | 1100011 | 100110 |
Color Harmonies of #6301C0
Complementary color
Monochromatic Colors of #6301C0
Black with #6301C0
Text Example
Text Example
White with #6301C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6301C0; }
p { color: rgb(99,1,192); }
H1.HeaderClassName
{
color: #6301C0;
}
.AnyTagClassName
{
color: #6301C0;
}
</style>
background-color css
<style>
a { background-color: #6301C0; }
a { background-color: rgb(99,1,192); }
div.DivClassName
{
background-color: #6301C0;
}
.BgClassName
{
background-color: #6301C0;
}
</style>
border-color css
<style>
span { border-color: #6301C0; }
span { border-color: rgb(99,1,192); }
td.TdClassName
{
border-color: #6301C0;
}
.TagClassName
{
border-color: #6301C0;
}
</style>