Shades of Han Purple #4526F3
Tints of Han Purple #4526F3
RGB
CMYK
RGB Variations
Color information
#4526F3 (or 0x4526F3) is known color: Han Purple. HEX triplet: 45, 26 and F3. RGB value is (69,38,243). Sum of RGB (Red+Green+Blue) = 69+38+243=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 243 (95.31% from 255 or 69.43% from 350); Max value from RGB is 243 - color contains mainly: blue. Hex color #4526F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4526F3 is #BAD90C. Grayscale: #454545. Windows color (decimal): -12245261 or 15935045. OLE color: 15935045.
HSL color Cylindrical-coordinate representation of color #4526F3: hue angle of 249.07º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4526F3 is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 38 | 243 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.05 |
| HSL | 249.07º | 0.9% | 0.55% | - |
| HSV(B) | 249.07º | 0.84% | 0.95% | - |
| XYZ | 19.33 | 9.12 | 85.54 | - |
| YUV | 70.64 | 225.27 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 38 | 243 | 0.72 | 0.84 | 0 | 0.05 | 249.07 | 0.9 | 0.55 |
| Hex | 45 | 26 | F3 | 48 | 54 | 0 | 5 | F9 | 5A | 37 |
| Octal | 105 | 46 | 363 | 110 | 124 | 0 | 5 | 371 | 132 | 67 |
| Binary | 1000101 | 100110 | 11110011 | 1001000 | 1010100 | 0 | 101 | 11111001 | 1011010 | 110111 |
Color Harmonies of #4526F3
Complementary color
Monochromatic Colors of #4526F3
Black with #4526F3
Text Example
Text Example
White with #4526F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4526F3; }
p { color: rgb(69,38,243); }
H1.HeaderClassName
{
color: #4526F3;
}
.AnyTagClassName
{
color: #4526F3;
}
</style>
background-color css
<style>
a { background-color: #4526F3; }
a { background-color: rgb(69,38,243); }
div.DivClassName
{
background-color: #4526F3;
}
.BgClassName
{
background-color: #4526F3;
}
</style>
border-color css
<style>
span { border-color: #4526F3; }
span { border-color: rgb(69,38,243); }
td.TdClassName
{
border-color: #4526F3;
}
.TagClassName
{
border-color: #4526F3;
}
</style>