Shades of Han Purple #430FE1
Tints of Han Purple #430FE1
RGB
CMYK
RGB Variations
Color information
#430FE1 (or 0x430FE1) is known color: Han Purple. HEX triplet: 43, 0F and E1. RGB value is (67,15,225). Sum of RGB (Red+Green+Blue) = 67+15+225=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 225 (88.28% from 255 or 73.29% from 307); Max value from RGB is 225 - color contains mainly: blue. Hex color #430FE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430FE1 is #BCF01E. Grayscale: #353535. Windows color (decimal): -12382239 or 14749507. OLE color: 14749507.
HSL color Cylindrical-coordinate representation of color #430FE1: hue angle of 254.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430FE1 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 15 | 225 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.12 |
| HSL | 254.86º | 0.88% | 0.47% | - |
| HSV(B) | 254.86º | 0.93% | 0.88% | - |
| XYZ | 16.08 | 6.97 | 71.73 | - |
| YUV | 54.49 | 224.23 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 225 | 0.70 | 0.93 | 0 | 0.12 | 254.86 | 0.88 | 0.47 |
| Hex | 43 | F | E1 | 46 | 5D | 0 | C | FF | 58 | 2F |
| Octal | 103 | 17 | 341 | 106 | 135 | 0 | 14 | 377 | 130 | 57 |
| Binary | 1000011 | 1111 | 11100001 | 1000110 | 1011101 | 0 | 1100 | 11111111 | 1011000 | 101111 |
Color Harmonies of #430FE1
Complementary color
Monochromatic Colors of #430FE1
Black with #430FE1
Text Example
Text Example
White with #430FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430FE1; }
p { color: rgb(67,15,225); }
H1.HeaderClassName
{
color: #430FE1;
}
.AnyTagClassName
{
color: #430FE1;
}
</style>
background-color css
<style>
a { background-color: #430FE1; }
a { background-color: rgb(67,15,225); }
div.DivClassName
{
background-color: #430FE1;
}
.BgClassName
{
background-color: #430FE1;
}
</style>
border-color css
<style>
span { border-color: #430FE1; }
span { border-color: rgb(67,15,225); }
td.TdClassName
{
border-color: #430FE1;
}
.TagClassName
{
border-color: #430FE1;
}
</style>