Shades of Han Purple #430CFC
Tints of Han Purple #430CFC
RGB
CMYK
RGB Variations
Color information
#430CFC (or 0x430CFC) is known color: Han Purple. HEX triplet: 43, 0C and FC. RGB value is (67,12,252). Sum of RGB (Red+Green+Blue) = 67+12+252=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 252 (98.83% from 255 or 76.13% from 331); Max value from RGB is 252 - color contains mainly: blue. Hex color #430CFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430CFC is #BCF303. Grayscale: #363636. Windows color (decimal): -12382980 or 16518211. OLE color: 16518211.
HSL color Cylindrical-coordinate representation of color #430CFC: hue angle of 253.75º 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 #430CFC is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 12 | 252 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.01 |
| HSL | 253.75º | 0.98% | 0.52% | - |
| HSV(B) | 253.75º | 0.95% | 0.99% | - |
| XYZ | 20.02 | 8.48 | 92.68 | - |
| YUV | 55.81 | 238.72 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 252 | 0.73 | 0.95 | 0 | 0.01 | 253.75 | 0.98 | 0.52 |
| Hex | 43 | C | FC | 49 | 5F | 0 | 1 | FE | 62 | 34 |
| Octal | 103 | 14 | 374 | 111 | 137 | 0 | 1 | 376 | 142 | 64 |
| Binary | 1000011 | 1100 | 11111100 | 1001001 | 1011111 | 0 | 1 | 11111110 | 1100010 | 110100 |
Color Harmonies of #430CFC
Complementary color
Monochromatic Colors of #430CFC
Black with #430CFC
Text Example
Text Example
White with #430CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430CFC; }
p { color: rgb(67,12,252); }
H1.HeaderClassName
{
color: #430CFC;
}
.AnyTagClassName
{
color: #430CFC;
}
</style>
background-color css
<style>
a { background-color: #430CFC; }
a { background-color: rgb(67,12,252); }
div.DivClassName
{
background-color: #430CFC;
}
.BgClassName
{
background-color: #430CFC;
}
</style>
border-color css
<style>
span { border-color: #430CFC; }
span { border-color: rgb(67,12,252); }
td.TdClassName
{
border-color: #430CFC;
}
.TagClassName
{
border-color: #430CFC;
}
</style>