Shades of Hot Purple #43174B
Tints of Hot Purple #43174B
RGB
CMYK
RGB Variations
Color information
#43174B (or 0x43174B) is known color: Hot Purple. HEX triplet: 43, 17 and 4B. RGB value is (67,23,75). Sum of RGB (Red+Green+Blue) = 67+23+75=165 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.61% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 75 - color contains mainly: blue. Hex color #43174B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43174B is #BCE8B4. Grayscale: #292929. Windows color (decimal): -12380341 or 4921155. OLE color: 4921155.
HSL color Cylindrical-coordinate representation of color #43174B: hue angle of 290.77º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43174B is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 23 | 75 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.71 |
| HSL | 290.77º | 0.53% | 0.19% | - |
| HSV(B) | 290.77º | 0.69% | 0.29% | - |
| XYZ | 3.89 | 2.31 | 6.9 | - |
| YUV | 42.08 | 146.58 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 23 | 75 | 0.11 | 0.69 | 0 | 0.71 | 290.77 | 0.53 | 0.19 |
| Hex | 43 | 17 | 4B | B | 45 | 0 | 47 | 123 | 35 | 13 |
| Octal | 103 | 27 | 113 | 13 | 105 | 0 | 107 | 443 | 65 | 23 |
| Binary | 1000011 | 10111 | 1001011 | 1011 | 1000101 | 0 | 1000111 | 100100011 | 110101 | 10011 |
Color Harmonies of #43174B
Complementary color
Monochromatic Colors of #43174B
Black with #43174B
Text Example
Text Example
White with #43174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43174B; }
p { color: rgb(67,23,75); }
H1.HeaderClassName
{
color: #43174B;
}
.AnyTagClassName
{
color: #43174B;
}
</style>
background-color css
<style>
a { background-color: #43174B; }
a { background-color: rgb(67,23,75); }
div.DivClassName
{
background-color: #43174B;
}
.BgClassName
{
background-color: #43174B;
}
</style>
border-color css
<style>
span { border-color: #43174B; }
span { border-color: rgb(67,23,75); }
td.TdClassName
{
border-color: #43174B;
}
.TagClassName
{
border-color: #43174B;
}
</style>