Shades of Purple Heart #4318CB
Tints of Purple Heart #4318CB
RGB
CMYK
RGB Variations
Color information
#4318CB (or 0x4318CB) is known color: Purple Heart. HEX triplet: 43, 18 and CB. RGB value is (67,24,203). Sum of RGB (Red+Green+Blue) = 67+24+203=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 203 (79.69% from 255 or 69.05% from 294); Max value from RGB is 203 - color contains mainly: blue. Hex color #4318CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4318CB is #BCE734. Grayscale: #383838. Windows color (decimal): -12379957 or 13310019. OLE color: 13310019.
HSL color Cylindrical-coordinate representation of color #4318CB: hue angle of 254.41º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4318CB is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 24 | 203 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.20 |
| HSL | 254.41º | 0.79% | 0.45% | - |
| HSV(B) | 254.41º | 0.88% | 0.8% | - |
| XYZ | 13.42 | 6.16 | 56.98 | - |
| YUV | 57.26 | 210.25 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 24 | 203 | 0.67 | 0.88 | 0 | 0.20 | 254.41 | 0.79 | 0.45 |
| Hex | 43 | 18 | CB | 43 | 58 | 0 | 14 | FE | 4F | 2D |
| Octal | 103 | 30 | 313 | 103 | 130 | 0 | 24 | 376 | 117 | 55 |
| Binary | 1000011 | 11000 | 11001011 | 1000011 | 1011000 | 0 | 10100 | 11111110 | 1001111 | 101101 |
Color Harmonies of #4318CB
Complementary color
Monochromatic Colors of #4318CB
Black with #4318CB
Text Example
Text Example
White with #4318CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4318CB; }
p { color: rgb(67,24,203); }
H1.HeaderClassName
{
color: #4318CB;
}
.AnyTagClassName
{
color: #4318CB;
}
</style>
background-color css
<style>
a { background-color: #4318CB; }
a { background-color: rgb(67,24,203); }
div.DivClassName
{
background-color: #4318CB;
}
.BgClassName
{
background-color: #4318CB;
}
</style>
border-color css
<style>
span { border-color: #4318CB; }
span { border-color: rgb(67,24,203); }
td.TdClassName
{
border-color: #4318CB;
}
.TagClassName
{
border-color: #4318CB;
}
</style>