Shades of Han Purple #4203FC
Tints of Han Purple #4203FC
RGB
CMYK
RGB Variations
Color information
#4203FC (or 0x4203FC) is known color: Han Purple. HEX triplet: 42, 03 and FC. RGB value is (66,3,252). Sum of RGB (Red+Green+Blue) = 66+3+252=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 252 (98.83% from 255 or 78.50% from 321); Max value from RGB is 252 - color contains mainly: blue. Hex color #4203FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4203FC is #BDFC03. Grayscale: #313131. Windows color (decimal): -12450820 or 16515906. OLE color: 16515906.
HSL color Cylindrical-coordinate representation of color #4203FC: hue angle of 255.18º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4203FC is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 3 | 252 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.01 |
| HSL | 255.18º | 0.98% | 0.5% | - |
| HSV(B) | 255.18º | 0.99% | 0.99% | - |
| XYZ | 19.85 | 8.25 | 92.64 | - |
| YUV | 50.22 | 241.87 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 252 | 0.74 | 0.99 | 0 | 0.01 | 255.18 | 0.98 | 0.5 |
| Hex | 42 | 3 | FC | 4A | 63 | 0 | 1 | FF | 62 | 32 |
| Octal | 102 | 3 | 374 | 112 | 143 | 0 | 1 | 377 | 142 | 62 |
| Binary | 1000010 | 11 | 11111100 | 1001010 | 1100011 | 0 | 1 | 11111111 | 1100010 | 110010 |
Color Harmonies of #4203FC
Complementary color
Monochromatic Colors of #4203FC
Black with #4203FC
Text Example
Text Example
White with #4203FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4203FC; }
p { color: rgb(66,3,252); }
H1.HeaderClassName
{
color: #4203FC;
}
.AnyTagClassName
{
color: #4203FC;
}
</style>
background-color css
<style>
a { background-color: #4203FC; }
a { background-color: rgb(66,3,252); }
div.DivClassName
{
background-color: #4203FC;
}
.BgClassName
{
background-color: #4203FC;
}
</style>
border-color css
<style>
span { border-color: #4203FC; }
span { border-color: rgb(66,3,252); }
td.TdClassName
{
border-color: #4203FC;
}
.TagClassName
{
border-color: #4203FC;
}
</style>