Shades of Hot Purple #43254B
Tints of Hot Purple #43254B
RGB
CMYK
RGB Variations
Color information
#43254B (or 0x43254B) is known color: Hot Purple. HEX triplet: 43, 25 and 4B. RGB value is (67,37,75). Sum of RGB (Red+Green+Blue) = 67+37+75=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 75 - color contains mainly: blue. Hex color #43254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43254B is #BCDAB4. Grayscale: #323232. Windows color (decimal): -12376757 or 4924739. OLE color: 4924739.
HSL color Cylindrical-coordinate representation of color #43254B: hue angle of 287.37º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #43254B is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 37 | 75 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.71 |
| HSL | 287.37º | 0.34% | 0.22% | - |
| HSV(B) | 287.37º | 0.51% | 0.29% | - |
| XYZ | 4.25 | 3.02 | 7.02 | - |
| YUV | 50.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 37 | 75 | 0.11 | 0.51 | 0 | 0.71 | 287.37 | 0.34 | 0.22 |
| Hex | 43 | 25 | 4B | B | 33 | 0 | 47 | 11F | 22 | 16 |
| Octal | 103 | 45 | 113 | 13 | 63 | 0 | 107 | 437 | 42 | 26 |
| Binary | 1000011 | 100101 | 1001011 | 1011 | 110011 | 0 | 1000111 | 100011111 | 100010 | 10110 |
Color Harmonies of #43254B
Complementary color
Monochromatic Colors of #43254B
Black with #43254B
Text Example
Text Example
White with #43254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43254B; }
p { color: rgb(67,37,75); }
H1.HeaderClassName
{
color: #43254B;
}
.AnyTagClassName
{
color: #43254B;
}
</style>
background-color css
<style>
a { background-color: #43254B; }
a { background-color: rgb(67,37,75); }
div.DivClassName
{
background-color: #43254B;
}
.BgClassName
{
background-color: #43254B;
}
</style>
border-color css
<style>
span { border-color: #43254B; }
span { border-color: rgb(67,37,75); }
td.TdClassName
{
border-color: #43254B;
}
.TagClassName
{
border-color: #43254B;
}
</style>