Shades of Han Purple #4113CF
Tints of Han Purple #4113CF
RGB
CMYK
RGB Variations
Color information
#4113CF (or 0x4113CF) is known color: Han Purple. HEX triplet: 41, 13 and CF. RGB value is (65,19,207). Sum of RGB (Red+Green+Blue) = 65+19+207=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 207 (81.25% from 255 or 71.13% from 291); Max value from RGB is 207 - color contains mainly: blue. Hex color #4113CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4113CF is #BEEC30. Grayscale: #353535. Windows color (decimal): -12512305 or 13570881. OLE color: 13570881.
HSL color Cylindrical-coordinate representation of color #4113CF: hue angle of 254.68º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4113CF is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 19 | 207 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.19 |
| HSL | 254.68º | 0.83% | 0.44% | - |
| HSV(B) | 254.68º | 0.91% | 0.81% | - |
| XYZ | 13.68 | 6.09 | 59.49 | - |
| YUV | 54.19 | 214.24 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 207 | 0.69 | 0.91 | 0 | 0.19 | 254.68 | 0.83 | 0.44 |
| Hex | 41 | 13 | CF | 45 | 5B | 0 | 13 | FF | 53 | 2C |
| Octal | 101 | 23 | 317 | 105 | 133 | 0 | 23 | 377 | 123 | 54 |
| Binary | 1000001 | 10011 | 11001111 | 1000101 | 1011011 | 0 | 10011 | 11111111 | 1010011 | 101100 |
Color Harmonies of #4113CF
Complementary color
Monochromatic Colors of #4113CF
Black with #4113CF
Text Example
Text Example
White with #4113CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4113CF; }
p { color: rgb(65,19,207); }
H1.HeaderClassName
{
color: #4113CF;
}
.AnyTagClassName
{
color: #4113CF;
}
</style>
background-color css
<style>
a { background-color: #4113CF; }
a { background-color: rgb(65,19,207); }
div.DivClassName
{
background-color: #4113CF;
}
.BgClassName
{
background-color: #4113CF;
}
</style>
border-color css
<style>
span { border-color: #4113CF; }
span { border-color: rgb(65,19,207); }
td.TdClassName
{
border-color: #4113CF;
}
.TagClassName
{
border-color: #4113CF;
}
</style>