Shades of Hot Purple #55135C
Tints of Hot Purple #55135C
RGB
CMYK
RGB Variations
Color information
#55135C (or 0x55135C) is known color: Hot Purple. HEX triplet: 55, 13 and 5C. RGB value is (85,19,92). Sum of RGB (Red+Green+Blue) = 85+19+92=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #55135C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55135C is #AAECA3. Grayscale: #2E2E2E. Windows color (decimal): -11201700 or 6034261. OLE color: 6034261.
HSL color Cylindrical-coordinate representation of color #55135C: hue angle of 294.25º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55135C is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 19 | 92 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.64 |
| HSL | 294.25º | 0.66% | 0.22% | - |
| HSV(B) | 294.25º | 0.79% | 0.36% | - |
| XYZ | 5.91 | 3.17 | 10.43 | - |
| YUV | 47.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 92 | 0.08 | 0.79 | 0 | 0.64 | 294.25 | 0.66 | 0.22 |
| Hex | 55 | 13 | 5C | 8 | 4F | 0 | 40 | 126 | 42 | 16 |
| Octal | 125 | 23 | 134 | 10 | 117 | 0 | 100 | 446 | 102 | 26 |
| Binary | 1010101 | 10011 | 1011100 | 1000 | 1001111 | 0 | 1000000 | 100100110 | 1000010 | 10110 |
Color Harmonies of #55135C
Complementary color
Monochromatic Colors of #55135C
Black with #55135C
Text Example
Text Example
White with #55135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55135C; }
p { color: rgb(85,19,92); }
H1.HeaderClassName
{
color: #55135C;
}
.AnyTagClassName
{
color: #55135C;
}
</style>
background-color css
<style>
a { background-color: #55135C; }
a { background-color: rgb(85,19,92); }
div.DivClassName
{
background-color: #55135C;
}
.BgClassName
{
background-color: #55135C;
}
</style>
border-color css
<style>
span { border-color: #55135C; }
span { border-color: rgb(85,19,92); }
td.TdClassName
{
border-color: #55135C;
}
.TagClassName
{
border-color: #55135C;
}
</style>