Shades of Hot Purple #461B4B
Tints of Hot Purple #461B4B
RGB
CMYK
RGB Variations
Color information
#461B4B (or 0x461B4B) is known color: Hot Purple. HEX triplet: 46, 1B and 4B. RGB value is (70,27,75). Sum of RGB (Red+Green+Blue) = 70+27+75=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #461B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461B4B is #B9E4B4. Grayscale: #2D2D2D. Windows color (decimal): -12182709 or 4922182. OLE color: 4922182.
HSL color Cylindrical-coordinate representation of color #461B4B: hue angle of 293.75º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #461B4B is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 27 | 75 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.71 |
| HSL | 293.75º | 0.47% | 0.2% | - |
| HSV(B) | 293.75º | 0.64% | 0.29% | - |
| XYZ | 4.19 | 2.59 | 6.94 | - |
| YUV | 45.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 75 | 0.07 | 0.64 | 0 | 0.71 | 293.75 | 0.47 | 0.2 |
| Hex | 46 | 1B | 4B | 7 | 40 | 0 | 47 | 126 | 2F | 14 |
| Octal | 106 | 33 | 113 | 7 | 100 | 0 | 107 | 446 | 57 | 24 |
| Binary | 1000110 | 11011 | 1001011 | 111 | 1000000 | 0 | 1000111 | 100100110 | 101111 | 10100 |
Color Harmonies of #461B4B
Complementary color
Monochromatic Colors of #461B4B
Black with #461B4B
Text Example
Text Example
White with #461B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461B4B; }
p { color: rgb(70,27,75); }
H1.HeaderClassName
{
color: #461B4B;
}
.AnyTagClassName
{
color: #461B4B;
}
</style>
background-color css
<style>
a { background-color: #461B4B; }
a { background-color: rgb(70,27,75); }
div.DivClassName
{
background-color: #461B4B;
}
.BgClassName
{
background-color: #461B4B;
}
</style>
border-color css
<style>
span { border-color: #461B4B; }
span { border-color: rgb(70,27,75); }
td.TdClassName
{
border-color: #461B4B;
}
.TagClassName
{
border-color: #461B4B;
}
</style>