Shades of Han Purple #4613FD
Tints of Han Purple #4613FD
RGB
CMYK
RGB Variations
Color information
#4613FD (or 0x4613FD) is known color: Han Purple. HEX triplet: 46, 13 and FD. RGB value is (70,19,253). Sum of RGB (Red+Green+Blue) = 70+19+253=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 253 (99.22% from 255 or 73.98% from 342); Max value from RGB is 253 - color contains mainly: blue. Hex color #4613FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4613FD is #B9EC02. Grayscale: #3C3C3C. Windows color (decimal): -12184579 or 16585542. OLE color: 16585542.
HSL color Cylindrical-coordinate representation of color #4613FD: hue angle of 253.08º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4613FD is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 19 | 253 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.01 |
| HSL | 253.08º | 0.98% | 0.53% | - |
| HSV(B) | 253.08º | 0.92% | 0.99% | - |
| XYZ | 20.49 | 8.86 | 93.56 | - |
| YUV | 60.93 | 236.4 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 253 | 0.72 | 0.92 | 0 | 0.01 | 253.08 | 0.98 | 0.53 |
| Hex | 46 | 13 | FD | 48 | 5C | 0 | 1 | FD | 62 | 35 |
| Octal | 106 | 23 | 375 | 110 | 134 | 0 | 1 | 375 | 142 | 65 |
| Binary | 1000110 | 10011 | 11111101 | 1001000 | 1011100 | 0 | 1 | 11111101 | 1100010 | 110101 |
Color Harmonies of #4613FD
Complementary color
Monochromatic Colors of #4613FD
Black with #4613FD
Text Example
Text Example
White with #4613FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4613FD; }
p { color: rgb(70,19,253); }
H1.HeaderClassName
{
color: #4613FD;
}
.AnyTagClassName
{
color: #4613FD;
}
</style>
background-color css
<style>
a { background-color: #4613FD; }
a { background-color: rgb(70,19,253); }
div.DivClassName
{
background-color: #4613FD;
}
.BgClassName
{
background-color: #4613FD;
}
</style>
border-color css
<style>
span { border-color: #4613FD; }
span { border-color: rgb(70,19,253); }
td.TdClassName
{
border-color: #4613FD;
}
.TagClassName
{
border-color: #4613FD;
}
</style>