Shades of Han Purple #430DF3
Tints of Han Purple #430DF3
RGB
CMYK
RGB Variations
Color information
#430DF3 (or 0x430DF3) is known color: Han Purple. HEX triplet: 43, 0D and F3. RGB value is (67,13,243). Sum of RGB (Red+Green+Blue) = 67+13+243=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 243 (95.31% from 255 or 75.23% from 323); Max value from RGB is 243 - color contains mainly: blue. Hex color #430DF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430DF3 is #BCF20C. Grayscale: #363636. Windows color (decimal): -12382733 or 15928643. OLE color: 15928643.
HSL color Cylindrical-coordinate representation of color #430DF3: hue angle of 254.09º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430DF3 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 13 | 243 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.05 |
| HSL | 254.09º | 0.91% | 0.5% | - |
| HSV(B) | 254.09º | 0.95% | 0.95% | - |
| XYZ | 18.64 | 7.95 | 85.35 | - |
| YUV | 55.37 | 233.89 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 243 | 0.72 | 0.95 | 0 | 0.05 | 254.09 | 0.91 | 0.5 |
| Hex | 43 | D | F3 | 48 | 5F | 0 | 5 | FE | 5B | 32 |
| Octal | 103 | 15 | 363 | 110 | 137 | 0 | 5 | 376 | 133 | 62 |
| Binary | 1000011 | 1101 | 11110011 | 1001000 | 1011111 | 0 | 101 | 11111110 | 1011011 | 110010 |
Color Harmonies of #430DF3
Complementary color
Monochromatic Colors of #430DF3
Black with #430DF3
Text Example
Text Example
White with #430DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DF3; }
p { color: rgb(67,13,243); }
H1.HeaderClassName
{
color: #430DF3;
}
.AnyTagClassName
{
color: #430DF3;
}
</style>
background-color css
<style>
a { background-color: #430DF3; }
a { background-color: rgb(67,13,243); }
div.DivClassName
{
background-color: #430DF3;
}
.BgClassName
{
background-color: #430DF3;
}
</style>
border-color css
<style>
span { border-color: #430DF3; }
span { border-color: rgb(67,13,243); }
td.TdClassName
{
border-color: #430DF3;
}
.TagClassName
{
border-color: #430DF3;
}
</style>