Shades of Han Purple #450CEA
Tints of Han Purple #450CEA
RGB
CMYK
RGB Variations
Color information
#450CEA (or 0x450CEA) is known color: Han Purple. HEX triplet: 45, 0C and EA. RGB value is (69,12,234). Sum of RGB (Red+Green+Blue) = 69+12+234=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 234 (91.80% from 255 or 74.29% from 315); Max value from RGB is 234 - color contains mainly: blue. Hex color #450CEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450CEA is #BAF315. Grayscale: #353535. Windows color (decimal): -12251926 or 15338565. OLE color: 15338565.
HSL color Cylindrical-coordinate representation of color #450CEA: hue angle of 255.41º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450CEA is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 12 | 234 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.08 |
| HSL | 255.41º | 0.9% | 0.48% | - |
| HSV(B) | 255.41º | 0.95% | 0.92% | - |
| XYZ | 17.44 | 7.47 | 78.36 | - |
| YUV | 54.35 | 229.38 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 234 | 0.71 | 0.95 | 0 | 0.08 | 255.41 | 0.9 | 0.48 |
| Hex | 45 | C | EA | 47 | 5F | 0 | 8 | FF | 5A | 30 |
| Octal | 105 | 14 | 352 | 107 | 137 | 0 | 10 | 377 | 132 | 60 |
| Binary | 1000101 | 1100 | 11101010 | 1000111 | 1011111 | 0 | 1000 | 11111111 | 1011010 | 110000 |
Color Harmonies of #450CEA
Complementary color
Monochromatic Colors of #450CEA
Black with #450CEA
Text Example
Text Example
White with #450CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450CEA; }
p { color: rgb(69,12,234); }
H1.HeaderClassName
{
color: #450CEA;
}
.AnyTagClassName
{
color: #450CEA;
}
</style>
background-color css
<style>
a { background-color: #450CEA; }
a { background-color: rgb(69,12,234); }
div.DivClassName
{
background-color: #450CEA;
}
.BgClassName
{
background-color: #450CEA;
}
</style>
border-color css
<style>
span { border-color: #450CEA; }
span { border-color: rgb(69,12,234); }
td.TdClassName
{
border-color: #450CEA;
}
.TagClassName
{
border-color: #450CEA;
}
</style>