Shades of Purple Heart #431BBD
Tints of Purple Heart #431BBD
RGB
CMYK
RGB Variations
Color information
#431BBD (or 0x431BBD) is known color: Purple Heart. HEX triplet: 43, 1B and BD. RGB value is (67,27,189). Sum of RGB (Red+Green+Blue) = 67+27+189=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #431BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431BBD is #BCE442. Grayscale: #383838. Windows color (decimal): -12379203 or 12393283. OLE color: 12393283.
HSL color Cylindrical-coordinate representation of color #431BBD: hue angle of 254.81º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #431BBD is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 27 | 189 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.26 |
| HSL | 254.81º | 0.75% | 0.42% | - |
| HSV(B) | 254.81º | 0.86% | 0.74% | - |
| XYZ | 11.89 | 5.65 | 48.61 | - |
| YUV | 57.43 | 202.25 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 189 | 0.65 | 0.86 | 0 | 0.26 | 254.81 | 0.75 | 0.42 |
| Hex | 43 | 1B | BD | 41 | 56 | 0 | 1A | FF | 4B | 2A |
| Octal | 103 | 33 | 275 | 101 | 126 | 0 | 32 | 377 | 113 | 52 |
| Binary | 1000011 | 11011 | 10111101 | 1000001 | 1010110 | 0 | 11010 | 11111111 | 1001011 | 101010 |
Color Harmonies of #431BBD
Complementary color
Monochromatic Colors of #431BBD
Black with #431BBD
Text Example
Text Example
White with #431BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431BBD; }
p { color: rgb(67,27,189); }
H1.HeaderClassName
{
color: #431BBD;
}
.AnyTagClassName
{
color: #431BBD;
}
</style>
background-color css
<style>
a { background-color: #431BBD; }
a { background-color: rgb(67,27,189); }
div.DivClassName
{
background-color: #431BBD;
}
.BgClassName
{
background-color: #431BBD;
}
</style>
border-color css
<style>
span { border-color: #431BBD; }
span { border-color: rgb(67,27,189); }
td.TdClassName
{
border-color: #431BBD;
}
.TagClassName
{
border-color: #431BBD;
}
</style>