Shades of Han Purple #4505FF
Tints of Han Purple #4505FF
RGB
CMYK
RGB Variations
Color information
#4505FF (or 0x4505FF) is known color: Han Purple. HEX triplet: 45, 05 and FF. RGB value is (69,5,255). Sum of RGB (Red+Green+Blue) = 69+5+255=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 255 (100% from 255 or 77.51% from 329); Max value from RGB is 255 - color contains mainly: blue. Hex color #4505FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4505FF is #BAFA00. Grayscale: #333333. Windows color (decimal): -12253697 or 16713029. OLE color: 16713029.
HSL color Cylindrical-coordinate representation of color #4505FF: hue angle of 255.36º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4505FF is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 5 | 255 | - |
| CMYK | 0.73 | 0.98 | 0 | 0 |
| HSL | 255.36º | 1% | 0.51% | - |
| HSV(B) | 255.36º | 0.98% | 1% | - |
| XYZ | 20.56 | 8.59 | 95.18 | - |
| YUV | 52.64 | 242.2 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 5 | 255 | 0.73 | 0.98 | 0 | 0 | 255.36 | 1 | 0.51 |
| Hex | 45 | 5 | FF | 49 | 62 | 0 | 0 | FF | 64 | 33 |
| Octal | 105 | 5 | 377 | 111 | 142 | 0 | 0 | 377 | 144 | 63 |
| Binary | 1000101 | 101 | 11111111 | 1001001 | 1100010 | 0 | 0 | 11111111 | 1100100 | 110011 |
Color Harmonies of #4505FF
Complementary color
Monochromatic Colors of #4505FF
Black with #4505FF
Text Example
Text Example
White with #4505FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4505FF; }
p { color: rgb(69,5,255); }
H1.HeaderClassName
{
color: #4505FF;
}
.AnyTagClassName
{
color: #4505FF;
}
</style>
background-color css
<style>
a { background-color: #4505FF; }
a { background-color: rgb(69,5,255); }
div.DivClassName
{
background-color: #4505FF;
}
.BgClassName
{
background-color: #4505FF;
}
</style>
border-color css
<style>
span { border-color: #4505FF; }
span { border-color: rgb(69,5,255); }
td.TdClassName
{
border-color: #4505FF;
}
.TagClassName
{
border-color: #4505FF;
}
</style>