Shades of Han Purple #4505F3
Tints of Han Purple #4505F3
RGB
CMYK
RGB Variations
Color information
#4505F3 (or 0x4505F3) is known color: Han Purple. HEX triplet: 45, 05 and F3. RGB value is (69,5,243). Sum of RGB (Red+Green+Blue) = 69+5+243=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 243 (95.31% from 255 or 76.66% from 317); Max value from RGB is 243 - color contains mainly: blue. Hex color #4505F3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4505F3 is #BAFA0C. Grayscale: #323232. Windows color (decimal): -12253709 or 15926597. OLE color: 15926597.
HSL color Cylindrical-coordinate representation of color #4505F3: hue angle of 256.13º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4505F3 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 5 | 243 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.05 |
| HSL | 256.13º | 0.96% | 0.49% | - |
| HSV(B) | 256.13º | 0.98% | 0.95% | - |
| XYZ | 18.69 | 7.84 | 85.32 | - |
| YUV | 51.27 | 236.2 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 5 | 243 | 0.72 | 0.98 | 0 | 0.05 | 256.13 | 0.96 | 0.49 |
| Hex | 45 | 5 | F3 | 48 | 62 | 0 | 5 | 100 | 60 | 31 |
| Octal | 105 | 5 | 363 | 110 | 142 | 0 | 5 | 400 | 140 | 61 |
| Binary | 1000101 | 101 | 11110011 | 1001000 | 1100010 | 0 | 101 | 100000000 | 1100000 | 110001 |
Color Harmonies of #4505F3
Complementary color
Monochromatic Colors of #4505F3
Black with #4505F3
Text Example
Text Example
White with #4505F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4505F3; }
p { color: rgb(69,5,243); }
H1.HeaderClassName
{
color: #4505F3;
}
.AnyTagClassName
{
color: #4505F3;
}
</style>
background-color css
<style>
a { background-color: #4505F3; }
a { background-color: rgb(69,5,243); }
div.DivClassName
{
background-color: #4505F3;
}
.BgClassName
{
background-color: #4505F3;
}
</style>
border-color css
<style>
span { border-color: #4505F3; }
span { border-color: rgb(69,5,243); }
td.TdClassName
{
border-color: #4505F3;
}
.TagClassName
{
border-color: #4505F3;
}
</style>