Shades of Han Purple #430DFC
Tints of Han Purple #430DFC
RGB
CMYK
RGB Variations
Color information
#430DFC (or 0x430DFC) is known color: Han Purple. HEX triplet: 43, 0D and FC. RGB value is (67,13,252). Sum of RGB (Red+Green+Blue) = 67+13+252=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 252 (98.83% from 255 or 75.90% from 332); Max value from RGB is 252 - color contains mainly: blue. Hex color #430DFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430DFC is #BCF203. Grayscale: #373737. Windows color (decimal): -12382724 or 16518467. OLE color: 16518467.
HSL color Cylindrical-coordinate representation of color #430DFC: hue angle of 253.56º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430DFC is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 13 | 252 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.01 |
| HSL | 253.56º | 0.98% | 0.52% | - |
| HSV(B) | 253.56º | 0.95% | 0.99% | - |
| XYZ | 20.03 | 8.51 | 92.68 | - |
| YUV | 56.39 | 238.39 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 252 | 0.73 | 0.95 | 0 | 0.01 | 253.56 | 0.98 | 0.52 |
| Hex | 43 | D | FC | 49 | 5F | 0 | 1 | FE | 62 | 34 |
| Octal | 103 | 15 | 374 | 111 | 137 | 0 | 1 | 376 | 142 | 64 |
| Binary | 1000011 | 1101 | 11111100 | 1001001 | 1011111 | 0 | 1 | 11111110 | 1100010 | 110100 |
Color Harmonies of #430DFC
Complementary color
Monochromatic Colors of #430DFC
Black with #430DFC
Text Example
Text Example
White with #430DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DFC; }
p { color: rgb(67,13,252); }
H1.HeaderClassName
{
color: #430DFC;
}
.AnyTagClassName
{
color: #430DFC;
}
</style>
background-color css
<style>
a { background-color: #430DFC; }
a { background-color: rgb(67,13,252); }
div.DivClassName
{
background-color: #430DFC;
}
.BgClassName
{
background-color: #430DFC;
}
</style>
border-color css
<style>
span { border-color: #430DFC; }
span { border-color: rgb(67,13,252); }
td.TdClassName
{
border-color: #430DFC;
}
.TagClassName
{
border-color: #430DFC;
}
</style>