Shades of Han Purple #452DDC
Tints of Han Purple #452DDC
RGB
CMYK
RGB Variations
Color information
#452DDC (or 0x452DDC) is known color: Han Purple. HEX triplet: 45, 2D and DC. RGB value is (69,45,220). Sum of RGB (Red+Green+Blue) = 69+45+220=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #452DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452DDC is #BAD223. Grayscale: #474747. Windows color (decimal): -12243492 or 14429509. OLE color: 14429509.
HSL color Cylindrical-coordinate representation of color #452DDC: hue angle of 248.23º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #452DDC is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 45 | 220 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.14 |
| HSL | 248.23º | 0.71% | 0.52% | - |
| HSV(B) | 248.23º | 0.8% | 0.86% | - |
| XYZ | 16.31 | 8.31 | 68.45 | - |
| YUV | 72.13 | 211.45 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 220 | 0.69 | 0.80 | 0 | 0.14 | 248.23 | 0.71 | 0.52 |
| Hex | 45 | 2D | DC | 45 | 50 | 0 | E | F8 | 47 | 34 |
| Octal | 105 | 55 | 334 | 105 | 120 | 0 | 16 | 370 | 107 | 64 |
| Binary | 1000101 | 101101 | 11011100 | 1000101 | 1010000 | 0 | 1110 | 11111000 | 1000111 | 110100 |
Color Harmonies of #452DDC
Complementary color
Monochromatic Colors of #452DDC
Black with #452DDC
Text Example
Text Example
White with #452DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452DDC; }
p { color: rgb(69,45,220); }
H1.HeaderClassName
{
color: #452DDC;
}
.AnyTagClassName
{
color: #452DDC;
}
</style>
background-color css
<style>
a { background-color: #452DDC; }
a { background-color: rgb(69,45,220); }
div.DivClassName
{
background-color: #452DDC;
}
.BgClassName
{
background-color: #452DDC;
}
</style>
border-color css
<style>
span { border-color: #452DDC; }
span { border-color: rgb(69,45,220); }
td.TdClassName
{
border-color: #452DDC;
}
.TagClassName
{
border-color: #452DDC;
}
</style>