Shades of Han Purple #4313D7
Tints of Han Purple #4313D7
RGB
CMYK
RGB Variations
Color information
#4313D7 (or 0x4313D7) is known color: Han Purple. HEX triplet: 43, 13 and D7. RGB value is (67,19,215). Sum of RGB (Red+Green+Blue) = 67+19+215=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 215 (84.38% from 255 or 71.43% from 301); Max value from RGB is 215 - color contains mainly: blue. Hex color #4313D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4313D7 is #BCEC28. Grayscale: #363636. Windows color (decimal): -12381225 or 14095171. OLE color: 14095171.
HSL color Cylindrical-coordinate representation of color #4313D7: hue angle of 254.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4313D7 is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 19 | 215 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.16 |
| HSL | 254.69º | 0.84% | 0.46% | - |
| HSV(B) | 254.69º | 0.91% | 0.84% | - |
| XYZ | 14.81 | 6.57 | 64.78 | - |
| YUV | 55.7 | 217.9 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 215 | 0.69 | 0.91 | 0 | 0.16 | 254.69 | 0.84 | 0.46 |
| Hex | 43 | 13 | D7 | 45 | 5B | 0 | 10 | FF | 54 | 2E |
| Octal | 103 | 23 | 327 | 105 | 133 | 0 | 20 | 377 | 124 | 56 |
| Binary | 1000011 | 10011 | 11010111 | 1000101 | 1011011 | 0 | 10000 | 11111111 | 1010100 | 101110 |
Color Harmonies of #4313D7
Complementary color
Monochromatic Colors of #4313D7
Black with #4313D7
Text Example
Text Example
White with #4313D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4313D7; }
p { color: rgb(67,19,215); }
H1.HeaderClassName
{
color: #4313D7;
}
.AnyTagClassName
{
color: #4313D7;
}
</style>
background-color css
<style>
a { background-color: #4313D7; }
a { background-color: rgb(67,19,215); }
div.DivClassName
{
background-color: #4313D7;
}
.BgClassName
{
background-color: #4313D7;
}
</style>
border-color css
<style>
span { border-color: #4313D7; }
span { border-color: rgb(67,19,215); }
td.TdClassName
{
border-color: #4313D7;
}
.TagClassName
{
border-color: #4313D7;
}
</style>