Shades of Purple Heart #4330CB
Tints of Purple Heart #4330CB
RGB
CMYK
RGB Variations
Color information
#4330CB (or 0x4330CB) is known color: Purple Heart. HEX triplet: 43, 30 and CB. RGB value is (67,48,203). Sum of RGB (Red+Green+Blue) = 67+48+203=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #4330CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4330CB is #BCCF34. Grayscale: #464646. Windows color (decimal): -12373813 or 13316163. OLE color: 13316163.
HSL color Cylindrical-coordinate representation of color #4330CB: hue angle of 247.35º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4330CB is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 48 | 203 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.20 |
| HSL | 247.35º | 0.62% | 0.49% | - |
| HSV(B) | 247.35º | 0.76% | 0.8% | - |
| XYZ | 14.15 | 7.62 | 57.22 | - |
| YUV | 71.35 | 202.29 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 48 | 203 | 0.67 | 0.76 | 0 | 0.20 | 247.35 | 0.62 | 0.49 |
| Hex | 43 | 30 | CB | 43 | 4C | 0 | 14 | F7 | 3E | 31 |
| Octal | 103 | 60 | 313 | 103 | 114 | 0 | 24 | 367 | 76 | 61 |
| Binary | 1000011 | 110000 | 11001011 | 1000011 | 1001100 | 0 | 10100 | 11110111 | 111110 | 110001 |
Color Harmonies of #4330CB
Complementary color
Monochromatic Colors of #4330CB
Black with #4330CB
Text Example
Text Example
White with #4330CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4330CB; }
p { color: rgb(67,48,203); }
H1.HeaderClassName
{
color: #4330CB;
}
.AnyTagClassName
{
color: #4330CB;
}
</style>
background-color css
<style>
a { background-color: #4330CB; }
a { background-color: rgb(67,48,203); }
div.DivClassName
{
background-color: #4330CB;
}
.BgClassName
{
background-color: #4330CB;
}
</style>
border-color css
<style>
span { border-color: #4330CB; }
span { border-color: rgb(67,48,203); }
td.TdClassName
{
border-color: #4330CB;
}
.TagClassName
{
border-color: #4330CB;
}
</style>