Shades of Purple Heart #450DC3
Tints of Purple Heart #450DC3
RGB
CMYK
RGB Variations
Color information
#450DC3 (or 0x450DC3) is known color: Purple Heart. HEX triplet: 45, 0D and C3. RGB value is (69,13,195). Sum of RGB (Red+Green+Blue) = 69+13+195=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 195 (76.56% from 255 or 70.40% from 277); Max value from RGB is 195 - color contains mainly: blue. Hex color #450DC3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450DC3 is #BAF23C. Grayscale: #313131. Windows color (decimal): -12251709 or 12782917. OLE color: 12782917.
HSL color Cylindrical-coordinate representation of color #450DC3: hue angle of 258.46º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450DC3 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 13 | 195 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.24 |
| HSL | 258.46º | 0.88% | 0.41% | - |
| HSV(B) | 258.46º | 0.93% | 0.76% | - |
| XYZ | 12.45 | 5.49 | 52.03 | - |
| YUV | 50.49 | 209.55 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 13 | 195 | 0.65 | 0.93 | 0 | 0.24 | 258.46 | 0.88 | 0.41 |
| Hex | 45 | D | C3 | 41 | 5D | 0 | 18 | 102 | 58 | 29 |
| Octal | 105 | 15 | 303 | 101 | 135 | 0 | 30 | 402 | 130 | 51 |
| Binary | 1000101 | 1101 | 11000011 | 1000001 | 1011101 | 0 | 11000 | 100000010 | 1011000 | 101001 |
Color Harmonies of #450DC3
Complementary color
Monochromatic Colors of #450DC3
Black with #450DC3
Text Example
Text Example
White with #450DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450DC3; }
p { color: rgb(69,13,195); }
H1.HeaderClassName
{
color: #450DC3;
}
.AnyTagClassName
{
color: #450DC3;
}
</style>
background-color css
<style>
a { background-color: #450DC3; }
a { background-color: rgb(69,13,195); }
div.DivClassName
{
background-color: #450DC3;
}
.BgClassName
{
background-color: #450DC3;
}
</style>
border-color css
<style>
span { border-color: #450DC3; }
span { border-color: rgb(69,13,195); }
td.TdClassName
{
border-color: #450DC3;
}
.TagClassName
{
border-color: #450DC3;
}
</style>