Shades of Purple Heart #4233B7
Tints of Purple Heart #4233B7
RGB
CMYK
RGB Variations
Color information
#4233B7 (or 0x4233B7) is known color: Purple Heart. HEX triplet: 42, 33 and B7. RGB value is (66,51,183). Sum of RGB (Red+Green+Blue) = 66+51+183=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 183 (71.88% from 255 or 61% from 300); Max value from RGB is 183 - color contains mainly: blue. Hex color #4233B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4233B7 is #BDCC48. Grayscale: #464646. Windows color (decimal): -12438601 or 12006210. OLE color: 12006210.
HSL color Cylindrical-coordinate representation of color #4233B7: hue angle of 246.82º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4233B7 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 51 | 183 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.28 |
| HSL | 246.82º | 0.56% | 0.46% | - |
| HSV(B) | 246.82º | 0.72% | 0.72% | - |
| XYZ | 11.98 | 6.94 | 45.51 | - |
| YUV | 70.53 | 191.47 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 183 | 0.64 | 0.72 | 0 | 0.28 | 246.82 | 0.56 | 0.46 |
| Hex | 42 | 33 | B7 | 40 | 48 | 0 | 1C | F7 | 38 | 2E |
| Octal | 102 | 63 | 267 | 100 | 110 | 0 | 34 | 367 | 70 | 56 |
| Binary | 1000010 | 110011 | 10110111 | 1000000 | 1001000 | 0 | 11100 | 11110111 | 111000 | 101110 |
Color Harmonies of #4233B7
Complementary color
Monochromatic Colors of #4233B7
Black with #4233B7
Text Example
Text Example
White with #4233B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4233B7; }
p { color: rgb(66,51,183); }
H1.HeaderClassName
{
color: #4233B7;
}
.AnyTagClassName
{
color: #4233B7;
}
</style>
background-color css
<style>
a { background-color: #4233B7; }
a { background-color: rgb(66,51,183); }
div.DivClassName
{
background-color: #4233B7;
}
.BgClassName
{
background-color: #4233B7;
}
</style>
border-color css
<style>
span { border-color: #4233B7; }
span { border-color: rgb(66,51,183); }
td.TdClassName
{
border-color: #4233B7;
}
.TagClassName
{
border-color: #4233B7;
}
</style>