Shades of Han Purple #4505F2
Tints of Han Purple #4505F2
RGB
CMYK
RGB Variations
Color information
#4505F2 (or 0x4505F2) is known color: Han Purple. HEX triplet: 45, 05 and F2. RGB value is (69,5,242). Sum of RGB (Red+Green+Blue) = 69+5+242=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 242 (94.92% from 255 or 76.58% from 316); Max value from RGB is 242 - color contains mainly: blue. Hex color #4505F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4505F2 is #BAFA0D. Grayscale: #323232. Windows color (decimal): -12253710 or 15861061. OLE color: 15861061.
HSL color Cylindrical-coordinate representation of color #4505F2: hue angle of 256.2º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4505F2 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 5 | 242 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.05 |
| HSL | 256.2º | 0.96% | 0.48% | - |
| HSV(B) | 256.2º | 0.98% | 0.95% | - |
| XYZ | 18.54 | 7.78 | 84.53 | - |
| YUV | 51.15 | 235.7 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 5 | 242 | 0.71 | 0.98 | 0 | 0.05 | 256.2 | 0.96 | 0.48 |
| Hex | 45 | 5 | F2 | 47 | 62 | 0 | 5 | 100 | 60 | 30 |
| Octal | 105 | 5 | 362 | 107 | 142 | 0 | 5 | 400 | 140 | 60 |
| Binary | 1000101 | 101 | 11110010 | 1000111 | 1100010 | 0 | 101 | 100000000 | 1100000 | 110000 |
Color Harmonies of #4505F2
Complementary color
Monochromatic Colors of #4505F2
Black with #4505F2
Text Example
Text Example
White with #4505F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4505F2; }
p { color: rgb(69,5,242); }
H1.HeaderClassName
{
color: #4505F2;
}
.AnyTagClassName
{
color: #4505F2;
}
</style>
background-color css
<style>
a { background-color: #4505F2; }
a { background-color: rgb(69,5,242); }
div.DivClassName
{
background-color: #4505F2;
}
.BgClassName
{
background-color: #4505F2;
}
</style>
border-color css
<style>
span { border-color: #4505F2; }
span { border-color: rgb(69,5,242); }
td.TdClassName
{
border-color: #4505F2;
}
.TagClassName
{
border-color: #4505F2;
}
</style>