Shades of Hot Purple #431A4C
Tints of Hot Purple #431A4C
RGB
CMYK
RGB Variations
Color information
#431A4C (or 0x431A4C) is known color: Hot Purple. HEX triplet: 43, 1A and 4C. RGB value is (67,26,76). Sum of RGB (Red+Green+Blue) = 67+26+76=169 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.64% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 76 - color contains mainly: blue. Hex color #431A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A4C is #BCE5B3. Grayscale: #2B2B2B. Windows color (decimal): -12379572 or 4987459. OLE color: 4987459.
HSL color Cylindrical-coordinate representation of color #431A4C: hue angle of 289.2º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #431A4C is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 26 | 76 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.70 |
| HSL | 289.2º | 0.49% | 0.2% | - |
| HSV(B) | 289.2º | 0.66% | 0.3% | - |
| XYZ | 3.99 | 2.45 | 7.1 | - |
| YUV | 43.96 | 146.08 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 76 | 0.12 | 0.66 | 0 | 0.70 | 289.2 | 0.49 | 0.2 |
| Hex | 43 | 1A | 4C | C | 42 | 0 | 46 | 121 | 31 | 14 |
| Octal | 103 | 32 | 114 | 14 | 102 | 0 | 106 | 441 | 61 | 24 |
| Binary | 1000011 | 11010 | 1001100 | 1100 | 1000010 | 0 | 1000110 | 100100001 | 110001 | 10100 |
Color Harmonies of #431A4C
Complementary color
Monochromatic Colors of #431A4C
Black with #431A4C
Text Example
Text Example
White with #431A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A4C; }
p { color: rgb(67,26,76); }
H1.HeaderClassName
{
color: #431A4C;
}
.AnyTagClassName
{
color: #431A4C;
}
</style>
background-color css
<style>
a { background-color: #431A4C; }
a { background-color: rgb(67,26,76); }
div.DivClassName
{
background-color: #431A4C;
}
.BgClassName
{
background-color: #431A4C;
}
</style>
border-color css
<style>
span { border-color: #431A4C; }
span { border-color: rgb(67,26,76); }
td.TdClassName
{
border-color: #431A4C;
}
.TagClassName
{
border-color: #431A4C;
}
</style>