Shades of Hot Purple #430F4D
Tints of Hot Purple #430F4D
RGB
CMYK
RGB Variations
Color information
#430F4D (or 0x430F4D) is known color: Hot Purple. HEX triplet: 43, 0F and 4D. RGB value is (67,15,77). Sum of RGB (Red+Green+Blue) = 67+15+77=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #430F4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430F4D is #BCF0B2. Grayscale: #252525. Windows color (decimal): -12382387 or 5050179. OLE color: 5050179.
HSL color Cylindrical-coordinate representation of color #430F4D: hue angle of 290.32º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #430F4D is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 15 | 77 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.70 |
| HSL | 290.32º | 0.67% | 0.18% | - |
| HSV(B) | 290.32º | 0.81% | 0.3% | - |
| XYZ | 3.83 | 2.07 | 7.22 | - |
| YUV | 37.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 77 | 0.13 | 0.81 | 0 | 0.70 | 290.32 | 0.67 | 0.18 |
| Hex | 43 | F | 4D | D | 51 | 0 | 46 | 122 | 43 | 12 |
| Octal | 103 | 17 | 115 | 15 | 121 | 0 | 106 | 442 | 103 | 22 |
| Binary | 1000011 | 1111 | 1001101 | 1101 | 1010001 | 0 | 1000110 | 100100010 | 1000011 | 10010 |
Color Harmonies of #430F4D
Complementary color
Monochromatic Colors of #430F4D
Black with #430F4D
Text Example
Text Example
White with #430F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F4D; }
p { color: rgb(67,15,77); }
H1.HeaderClassName
{
color: #430F4D;
}
.AnyTagClassName
{
color: #430F4D;
}
</style>
background-color css
<style>
a { background-color: #430F4D; }
a { background-color: rgb(67,15,77); }
div.DivClassName
{
background-color: #430F4D;
}
.BgClassName
{
background-color: #430F4D;
}
</style>
border-color css
<style>
span { border-color: #430F4D; }
span { border-color: rgb(67,15,77); }
td.TdClassName
{
border-color: #430F4D;
}
.TagClassName
{
border-color: #430F4D;
}
</style>