Shades of Han Purple #4530FE
Tints of Han Purple #4530FE
RGB
CMYK
RGB Variations
Color information
#4530FE (or 0x4530FE) is known color: Han Purple. HEX triplet: 45, 30 and FE. RGB value is (69,48,254). Sum of RGB (Red+Green+Blue) = 69+48+254=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #4530FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4530FE is #BACF01. Grayscale: #4C4C4C. Windows color (decimal): -12242690 or 16658501. OLE color: 16658501.
HSL color Cylindrical-coordinate representation of color #4530FE: hue angle of 246.12º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4530FE is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 48 | 254 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.00 |
| HSL | 246.12º | 0.99% | 0.59% | - |
| HSV(B) | 246.12º | 0.81% | 1% | - |
| XYZ | 21.4 | 10.53 | 94.67 | - |
| YUV | 77.76 | 227.46 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 48 | 254 | 0.73 | 0.81 | 0 | 0.00 | 246.12 | 0.99 | 0.59 |
| Hex | 45 | 30 | FE | 49 | 51 | 0 | 0 | F6 | 63 | 3B |
| Octal | 105 | 60 | 376 | 111 | 121 | 0 | 0 | 366 | 143 | 73 |
| Binary | 1000101 | 110000 | 11111110 | 1001001 | 1010001 | 0 | 0 | 11110110 | 1100011 | 111011 |
Color Harmonies of #4530FE
Complementary color
Monochromatic Colors of #4530FE
Black with #4530FE
Text Example
Text Example
White with #4530FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4530FE; }
p { color: rgb(69,48,254); }
H1.HeaderClassName
{
color: #4530FE;
}
.AnyTagClassName
{
color: #4530FE;
}
</style>
background-color css
<style>
a { background-color: #4530FE; }
a { background-color: rgb(69,48,254); }
div.DivClassName
{
background-color: #4530FE;
}
.BgClassName
{
background-color: #4530FE;
}
</style>
border-color css
<style>
span { border-color: #4530FE; }
span { border-color: rgb(69,48,254); }
td.TdClassName
{
border-color: #4530FE;
}
.TagClassName
{
border-color: #4530FE;
}
</style>