Shades of Han Purple #430CF7
Tints of Han Purple #430CF7
RGB
CMYK
RGB Variations
Color information
#430CF7 (or 0x430CF7) is known color: Han Purple. HEX triplet: 43, 0C and F7. RGB value is (67,12,247). Sum of RGB (Red+Green+Blue) = 67+12+247=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 247 (96.88% from 255 or 75.77% from 326); Max value from RGB is 247 - color contains mainly: blue. Hex color #430CF7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430CF7 is #BCF308. Grayscale: #363636. Windows color (decimal): -12382985 or 16190531. OLE color: 16190531.
HSL color Cylindrical-coordinate representation of color #430CF7: hue angle of 254.04º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430CF7 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 12 | 247 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.03 |
| HSL | 254.04º | 0.94% | 0.51% | - |
| HSV(B) | 254.04º | 0.95% | 0.97% | - |
| XYZ | 19.23 | 8.17 | 88.56 | - |
| YUV | 55.24 | 236.22 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 247 | 0.73 | 0.95 | 0 | 0.03 | 254.04 | 0.94 | 0.51 |
| Hex | 43 | C | F7 | 49 | 5F | 0 | 3 | FE | 5E | 33 |
| Octal | 103 | 14 | 367 | 111 | 137 | 0 | 3 | 376 | 136 | 63 |
| Binary | 1000011 | 1100 | 11110111 | 1001001 | 1011111 | 0 | 11 | 11111110 | 1011110 | 110011 |
Color Harmonies of #430CF7
Complementary color
Monochromatic Colors of #430CF7
Black with #430CF7
Text Example
Text Example
White with #430CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430CF7; }
p { color: rgb(67,12,247); }
H1.HeaderClassName
{
color: #430CF7;
}
.AnyTagClassName
{
color: #430CF7;
}
</style>
background-color css
<style>
a { background-color: #430CF7; }
a { background-color: rgb(67,12,247); }
div.DivClassName
{
background-color: #430CF7;
}
.BgClassName
{
background-color: #430CF7;
}
</style>
border-color css
<style>
span { border-color: #430CF7; }
span { border-color: rgb(67,12,247); }
td.TdClassName
{
border-color: #430CF7;
}
.TagClassName
{
border-color: #430CF7;
}
</style>