Shades of Purple Heart #430FCB
Tints of Purple Heart #430FCB
RGB
CMYK
RGB Variations
Color information
#430FCB (or 0x430FCB) is known color: Purple Heart. HEX triplet: 43, 0F and CB. RGB value is (67,15,203). Sum of RGB (Red+Green+Blue) = 67+15+203=285 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.51% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #430FCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430FCB is #BCF034. Grayscale: #333333. Windows color (decimal): -12382261 or 13307715. OLE color: 13307715.
HSL color Cylindrical-coordinate representation of color #430FCB: hue angle of 256.6º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430FCB is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 15 | 203 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.20 |
| HSL | 256.6º | 0.86% | 0.43% | - |
| HSV(B) | 256.6º | 0.93% | 0.8% | - |
| XYZ | 13.27 | 5.85 | 56.93 | - |
| YUV | 51.98 | 213.23 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 203 | 0.67 | 0.93 | 0 | 0.20 | 256.6 | 0.86 | 0.43 |
| Hex | 43 | F | CB | 43 | 5D | 0 | 14 | 101 | 56 | 2B |
| Octal | 103 | 17 | 313 | 103 | 135 | 0 | 24 | 401 | 126 | 53 |
| Binary | 1000011 | 1111 | 11001011 | 1000011 | 1011101 | 0 | 10100 | 100000001 | 1010110 | 101011 |
Color Harmonies of #430FCB
Complementary color
Monochromatic Colors of #430FCB
Black with #430FCB
Text Example
Text Example
White with #430FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430FCB; }
p { color: rgb(67,15,203); }
H1.HeaderClassName
{
color: #430FCB;
}
.AnyTagClassName
{
color: #430FCB;
}
</style>
background-color css
<style>
a { background-color: #430FCB; }
a { background-color: rgb(67,15,203); }
div.DivClassName
{
background-color: #430FCB;
}
.BgClassName
{
background-color: #430FCB;
}
</style>
border-color css
<style>
span { border-color: #430FCB; }
span { border-color: rgb(67,15,203); }
td.TdClassName
{
border-color: #430FCB;
}
.TagClassName
{
border-color: #430FCB;
}
</style>