Shades of Han Purple #4500FD
Tints of Han Purple #4500FD
RGB
CMYK
RGB Variations
Color information
#4500FD (or 0x4500FD) is known color: Han Purple. HEX triplet: 45, 00 and FD. RGB value is (69,0,253). Sum of RGB (Red+Green+Blue) = 69+0+253=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 253 (99.22% from 255 or 78.57% from 322); Max value from RGB is 253 - color contains mainly: blue. Hex color #4500FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4500FD is #BAFF02. Grayscale: #303030. Windows color (decimal): -12254979 or 16580677. OLE color: 16580677.
HSL color Cylindrical-coordinate representation of color #4500FD: hue angle of 256.36º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4500FD is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 0 | 253 | - |
| CMYK | 0.73 | 1 | 0 | 0.01 |
| HSL | 256.36º | 1% | 0.5% | - |
| HSV(B) | 256.36º | 1% | 0.99% | - |
| XYZ | 20.18 | 8.36 | 93.48 | - |
| YUV | 49.47 | 242.86 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 253 | 0.73 | 1 | 0 | 0.01 | 256.36 | 1 | 0.5 |
| Hex | 45 | 0 | FD | 49 | 64 | 0 | 1 | 100 | 64 | 32 |
| Octal | 105 | 0 | 375 | 111 | 144 | 0 | 1 | 400 | 144 | 62 |
| Binary | 1000101 | 0 | 11111101 | 1001001 | 1100100 | 0 | 1 | 100000000 | 1100100 | 110010 |
Color Harmonies of #4500FD
Complementary color
Monochromatic Colors of #4500FD
Black with #4500FD
Text Example
Text Example
White with #4500FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4500FD; }
p { color: rgb(69,0,253); }
H1.HeaderClassName
{
color: #4500FD;
}
.AnyTagClassName
{
color: #4500FD;
}
</style>
background-color css
<style>
a { background-color: #4500FD; }
a { background-color: rgb(69,0,253); }
div.DivClassName
{
background-color: #4500FD;
}
.BgClassName
{
background-color: #4500FD;
}
</style>
border-color css
<style>
span { border-color: #4500FD; }
span { border-color: rgb(69,0,253); }
td.TdClassName
{
border-color: #4500FD;
}
.TagClassName
{
border-color: #4500FD;
}
</style>