Shades of Han Purple #450CFA
Tints of Han Purple #450CFA
RGB
CMYK
RGB Variations
Color information
#450CFA (or 0x450CFA) is known color: Han Purple. HEX triplet: 45, 0C and FA. RGB value is (69,12,250). Sum of RGB (Red+Green+Blue) = 69+12+250=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 250 (98.05% from 255 or 75.53% from 331); Max value from RGB is 250 - color contains mainly: blue. Hex color #450CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450CFA is #BAF305. Grayscale: #373737. Windows color (decimal): -12251910 or 16387141. OLE color: 16387141.
HSL color Cylindrical-coordinate representation of color #450CFA: hue angle of 254.37º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450CFA is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 12 | 250 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.02 |
| HSL | 254.37º | 0.96% | 0.51% | - |
| HSV(B) | 254.37º | 0.95% | 0.98% | - |
| XYZ | 19.84 | 8.43 | 91.02 | - |
| YUV | 56.18 | 237.38 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 250 | 0.72 | 0.95 | 0 | 0.02 | 254.37 | 0.96 | 0.51 |
| Hex | 45 | C | FA | 48 | 5F | 0 | 2 | FE | 60 | 33 |
| Octal | 105 | 14 | 372 | 110 | 137 | 0 | 2 | 376 | 140 | 63 |
| Binary | 1000101 | 1100 | 11111010 | 1001000 | 1011111 | 0 | 10 | 11111110 | 1100000 | 110011 |
Color Harmonies of #450CFA
Complementary color
Monochromatic Colors of #450CFA
Black with #450CFA
Text Example
Text Example
White with #450CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450CFA; }
p { color: rgb(69,12,250); }
H1.HeaderClassName
{
color: #450CFA;
}
.AnyTagClassName
{
color: #450CFA;
}
</style>
background-color css
<style>
a { background-color: #450CFA; }
a { background-color: rgb(69,12,250); }
div.DivClassName
{
background-color: #450CFA;
}
.BgClassName
{
background-color: #450CFA;
}
</style>
border-color css
<style>
span { border-color: #450CFA; }
span { border-color: rgb(69,12,250); }
td.TdClassName
{
border-color: #450CFA;
}
.TagClassName
{
border-color: #450CFA;
}
</style>