Shades of Han Purple #430FF6
Tints of Han Purple #430FF6
RGB
CMYK
RGB Variations
Color information
#430FF6 (or 0x430FF6) is known color: Han Purple. HEX triplet: 43, 0F and F6. RGB value is (67,15,246). Sum of RGB (Red+Green+Blue) = 67+15+246=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 246 (96.48% from 255 or 75% from 328); Max value from RGB is 246 - color contains mainly: blue. Hex color #430FF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430FF6 is #BCF009. Grayscale: #383838. Windows color (decimal): -12382218 or 16125763. OLE color: 16125763.
HSL color Cylindrical-coordinate representation of color #430FF6: hue angle of 253.51º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430FF6 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 67 | 15 | 246 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.04 |
| HSL | 253.51º | 0.93% | 0.51% | - |
| HSV(B) | 253.51º | 0.94% | 0.96% | - |
| XYZ | 19.12 | 8.19 | 87.76 | - |
| YUV | 56.88 | 234.73 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 246 | 0.73 | 0.94 | 0 | 0.04 | 253.51 | 0.93 | 0.51 |
| Hex | 43 | F | F6 | 49 | 5E | 0 | 4 | FE | 5D | 33 |
| Octal | 103 | 17 | 366 | 111 | 136 | 0 | 4 | 376 | 135 | 63 |
| Binary | 1000011 | 1111 | 11110110 | 1001001 | 1011110 | 0 | 100 | 11111110 | 1011101 | 110011 |
Color Harmonies of #430FF6
Complementary color
Monochromatic Colors of #430FF6
Black with #430FF6
Text Example
Text Example
White with #430FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430FF6; }
p { color: rgb(67,15,246); }
H1.HeaderClassName
{
color: #430FF6;
}
.AnyTagClassName
{
color: #430FF6;
}
</style>
background-color css
<style>
a { background-color: #430FF6; }
a { background-color: rgb(67,15,246); }
div.DivClassName
{
background-color: #430FF6;
}
.BgClassName
{
background-color: #430FF6;
}
</style>
border-color css
<style>
span { border-color: #430FF6; }
span { border-color: rgb(67,15,246); }
td.TdClassName
{
border-color: #430FF6;
}
.TagClassName
{
border-color: #430FF6;
}
</style>