Shades of Purple Heart #6303CB
Tints of Purple Heart #6303CB
RGB
CMYK
RGB Variations
Color information
#6303CB (or 0x6303CB) is known color: Purple Heart. HEX triplet: 63, 03 and CB. RGB value is (99,3,203). Sum of RGB (Red+Green+Blue) = 99+3+203=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #6303CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6303CB is #9CFC34. Grayscale: #353535. Windows color (decimal): -10288181 or 13304675. OLE color: 13304675.
HSL color Cylindrical-coordinate representation of color #6303CB: hue angle of 268.8º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6303CB is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 3 | 203 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.20 |
| HSL | 268.8º | 0.97% | 0.4% | - |
| HSV(B) | 268.8º | 0.99% | 0.8% | - |
| XYZ | 15.96 | 7.03 | 57.02 | - |
| YUV | 54.5 | 211.8 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 203 | 0.51 | 0.99 | 0 | 0.20 | 268.8 | 0.97 | 0.4 |
| Hex | 63 | 3 | CB | 33 | 63 | 0 | 14 | 10D | 61 | 28 |
| Octal | 143 | 3 | 313 | 63 | 143 | 0 | 24 | 415 | 141 | 50 |
| Binary | 1100011 | 11 | 11001011 | 110011 | 1100011 | 0 | 10100 | 100001101 | 1100001 | 101000 |
Color Harmonies of #6303CB
Complementary color
Monochromatic Colors of #6303CB
Black with #6303CB
Text Example
Text Example
White with #6303CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6303CB; }
p { color: rgb(99,3,203); }
H1.HeaderClassName
{
color: #6303CB;
}
.AnyTagClassName
{
color: #6303CB;
}
</style>
background-color css
<style>
a { background-color: #6303CB; }
a { background-color: rgb(99,3,203); }
div.DivClassName
{
background-color: #6303CB;
}
.BgClassName
{
background-color: #6303CB;
}
</style>
border-color css
<style>
span { border-color: #6303CB; }
span { border-color: rgb(99,3,203); }
td.TdClassName
{
border-color: #6303CB;
}
.TagClassName
{
border-color: #6303CB;
}
</style>