Shades of Han Purple #452CF7
Tints of Han Purple #452CF7
RGB
CMYK
RGB Variations
Color information
#452CF7 (or 0x452CF7) is known color: Han Purple. HEX triplet: 45, 2C and F7. RGB value is (69,44,247). Sum of RGB (Red+Green+Blue) = 69+44+247=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 247 (96.88% from 255 or 68.61% from 360); Max value from RGB is 247 - color contains mainly: blue. Hex color #452CF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #452CF7 is #BAD308. Grayscale: #494949. Windows color (decimal): -12243721 or 16198725. OLE color: 16198725.
HSL color Cylindrical-coordinate representation of color #452CF7: hue angle of 247.39º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #452CF7 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 69 | 44 | 247 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.03 |
| HSL | 247.39º | 0.93% | 0.57% | - |
| HSV(B) | 247.39º | 0.82% | 0.97% | - |
| XYZ | 20.14 | 9.78 | 88.82 | - |
| YUV | 74.62 | 225.28 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 247 | 0.72 | 0.82 | 0 | 0.03 | 247.39 | 0.93 | 0.57 |
| Hex | 45 | 2C | F7 | 48 | 52 | 0 | 3 | F7 | 5D | 39 |
| Octal | 105 | 54 | 367 | 110 | 122 | 0 | 3 | 367 | 135 | 71 |
| Binary | 1000101 | 101100 | 11110111 | 1001000 | 1010010 | 0 | 11 | 11110111 | 1011101 | 111001 |
Color Harmonies of #452CF7
Complementary color
Monochromatic Colors of #452CF7
Black with #452CF7
Text Example
Text Example
White with #452CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452CF7; }
p { color: rgb(69,44,247); }
H1.HeaderClassName
{
color: #452CF7;
}
.AnyTagClassName
{
color: #452CF7;
}
</style>
background-color css
<style>
a { background-color: #452CF7; }
a { background-color: rgb(69,44,247); }
div.DivClassName
{
background-color: #452CF7;
}
.BgClassName
{
background-color: #452CF7;
}
</style>
border-color css
<style>
span { border-color: #452CF7; }
span { border-color: rgb(69,44,247); }
td.TdClassName
{
border-color: #452CF7;
}
.TagClassName
{
border-color: #452CF7;
}
</style>