Shades of Han Purple #4814D5
Tints of Han Purple #4814D5
RGB
CMYK
RGB Variations
Color information
#4814D5 (or 0x4814D5) is known color: Han Purple. HEX triplet: 48, 14 and D5. RGB value is (72,20,213). Sum of RGB (Red+Green+Blue) = 72+20+213=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 213 (83.59% from 255 or 69.84% from 305); Max value from RGB is 213 - color contains mainly: blue. Hex color #4814D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4814D5 is #B7EB2A. Grayscale: #383838. Windows color (decimal): -12053291 or 13964360. OLE color: 13964360.
HSL color Cylindrical-coordinate representation of color #4814D5: hue angle of 256.17º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4814D5 is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 20 | 213 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.16 |
| HSL | 256.17º | 0.83% | 0.46% | - |
| HSV(B) | 256.17º | 0.91% | 0.84% | - |
| XYZ | 14.93 | 6.68 | 63.45 | - |
| YUV | 57.55 | 215.73 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 20 | 213 | 0.66 | 0.91 | 0 | 0.16 | 256.17 | 0.83 | 0.46 |
| Hex | 48 | 14 | D5 | 42 | 5B | 0 | 10 | 100 | 53 | 2E |
| Octal | 110 | 24 | 325 | 102 | 133 | 0 | 20 | 400 | 123 | 56 |
| Binary | 1001000 | 10100 | 11010101 | 1000010 | 1011011 | 0 | 10000 | 100000000 | 1010011 | 101110 |
Color Harmonies of #4814D5
Complementary color
Monochromatic Colors of #4814D5
Black with #4814D5
Text Example
Text Example
White with #4814D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4814D5; }
p { color: rgb(72,20,213); }
H1.HeaderClassName
{
color: #4814D5;
}
.AnyTagClassName
{
color: #4814D5;
}
</style>
background-color css
<style>
a { background-color: #4814D5; }
a { background-color: rgb(72,20,213); }
div.DivClassName
{
background-color: #4814D5;
}
.BgClassName
{
background-color: #4814D5;
}
</style>
border-color css
<style>
span { border-color: #4814D5; }
span { border-color: rgb(72,20,213); }
td.TdClassName
{
border-color: #4814D5;
}
.TagClassName
{
border-color: #4814D5;
}
</style>