Shades of Han Purple #460CFA
Tints of Han Purple #460CFA
RGB
CMYK
RGB Variations
Color information
#460CFA (or 0x460CFA) is known color: Han Purple. HEX triplet: 46, 0C and FA. RGB value is (70,12,250). Sum of RGB (Red+Green+Blue) = 70+12+250=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 250 (98.05% from 255 or 75.30% from 332); Max value from RGB is 250 - color contains mainly: blue. Hex color #460CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460CFA is #B9F305. Grayscale: #373737. Windows color (decimal): -12186374 or 16387142. OLE color: 16387142.
HSL color Cylindrical-coordinate representation of color #460CFA: hue angle of 254.62º 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 #460CFA is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 12 | 250 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.02 |
| HSL | 254.62º | 0.96% | 0.51% | - |
| HSV(B) | 254.62º | 0.95% | 0.98% | - |
| XYZ | 19.91 | 8.47 | 91.03 | - |
| YUV | 56.47 | 237.22 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 250 | 0.72 | 0.95 | 0 | 0.02 | 254.62 | 0.96 | 0.51 |
| Hex | 46 | C | FA | 48 | 5F | 0 | 2 | FF | 60 | 33 |
| Octal | 106 | 14 | 372 | 110 | 137 | 0 | 2 | 377 | 140 | 63 |
| Binary | 1000110 | 1100 | 11111010 | 1001000 | 1011111 | 0 | 10 | 11111111 | 1100000 | 110011 |
Color Harmonies of #460CFA
Complementary color
Monochromatic Colors of #460CFA
Black with #460CFA
Text Example
Text Example
White with #460CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460CFA; }
p { color: rgb(70,12,250); }
H1.HeaderClassName
{
color: #460CFA;
}
.AnyTagClassName
{
color: #460CFA;
}
</style>
background-color css
<style>
a { background-color: #460CFA; }
a { background-color: rgb(70,12,250); }
div.DivClassName
{
background-color: #460CFA;
}
.BgClassName
{
background-color: #460CFA;
}
</style>
border-color css
<style>
span { border-color: #460CFA; }
span { border-color: rgb(70,12,250); }
td.TdClassName
{
border-color: #460CFA;
}
.TagClassName
{
border-color: #460CFA;
}
</style>