Shades of Han Purple #4312F7
Tints of Han Purple #4312F7
RGB
CMYK
RGB Variations
Color information
#4312F7 (or 0x4312F7) is known color: Han Purple. HEX triplet: 43, 12 and F7. RGB value is (67,18,247). Sum of RGB (Red+Green+Blue) = 67+18+247=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 247 (96.88% from 255 or 74.40% from 332); Max value from RGB is 247 - color contains mainly: blue. Hex color #4312F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4312F7 is #BCED08. Grayscale: #393939. Windows color (decimal): -12381449 or 16192067. OLE color: 16192067.
HSL color Cylindrical-coordinate representation of color #4312F7: hue angle of 252.84º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4312F7 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 18 | 247 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.03 |
| HSL | 252.84º | 0.93% | 0.52% | - |
| HSV(B) | 252.84º | 0.93% | 0.97% | - |
| XYZ | 19.32 | 8.34 | 88.59 | - |
| YUV | 58.76 | 234.23 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 18 | 247 | 0.73 | 0.93 | 0 | 0.03 | 252.84 | 0.93 | 0.52 |
| Hex | 43 | 12 | F7 | 49 | 5D | 0 | 3 | FD | 5D | 34 |
| Octal | 103 | 22 | 367 | 111 | 135 | 0 | 3 | 375 | 135 | 64 |
| Binary | 1000011 | 10010 | 11110111 | 1001001 | 1011101 | 0 | 11 | 11111101 | 1011101 | 110100 |
Color Harmonies of #4312F7
Complementary color
Monochromatic Colors of #4312F7
Black with #4312F7
Text Example
Text Example
White with #4312F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4312F7; }
p { color: rgb(67,18,247); }
H1.HeaderClassName
{
color: #4312F7;
}
.AnyTagClassName
{
color: #4312F7;
}
</style>
background-color css
<style>
a { background-color: #4312F7; }
a { background-color: rgb(67,18,247); }
div.DivClassName
{
background-color: #4312F7;
}
.BgClassName
{
background-color: #4312F7;
}
</style>
border-color css
<style>
span { border-color: #4312F7; }
span { border-color: rgb(67,18,247); }
td.TdClassName
{
border-color: #4312F7;
}
.TagClassName
{
border-color: #4312F7;
}
</style>