Shades of Han Purple #4005F3
Tints of Han Purple #4005F3
RGB
CMYK
RGB Variations
Color information
#4005F3 (or 0x4005F3) is known color: Han Purple. HEX triplet: 40, 05 and F3. RGB value is (64,5,243). Sum of RGB (Red+Green+Blue) = 64+5+243=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 243 (95.31% from 255 or 77.88% from 312); Max value from RGB is 243 - color contains mainly: blue. Hex color #4005F3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4005F3 is #BFFA0C. Grayscale: #303030. Windows color (decimal): -12581389 or 15926592. OLE color: 15926592.
HSL color Cylindrical-coordinate representation of color #4005F3: hue angle of 254.87º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4005F3 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 5 | 243 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.05 |
| HSL | 254.87º | 0.96% | 0.49% | - |
| HSV(B) | 254.87º | 0.98% | 0.95% | - |
| XYZ | 18.35 | 7.67 | 85.31 | - |
| YUV | 49.77 | 237.05 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 243 | 0.74 | 0.98 | 0 | 0.05 | 254.87 | 0.96 | 0.49 |
| Hex | 40 | 5 | F3 | 4A | 62 | 0 | 5 | FF | 60 | 31 |
| Octal | 100 | 5 | 363 | 112 | 142 | 0 | 5 | 377 | 140 | 61 |
| Binary | 1000000 | 101 | 11110011 | 1001010 | 1100010 | 0 | 101 | 11111111 | 1100000 | 110001 |
Color Harmonies of #4005F3
Complementary color
Monochromatic Colors of #4005F3
Black with #4005F3
Text Example
Text Example
White with #4005F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4005F3; }
p { color: rgb(64,5,243); }
H1.HeaderClassName
{
color: #4005F3;
}
.AnyTagClassName
{
color: #4005F3;
}
</style>
background-color css
<style>
a { background-color: #4005F3; }
a { background-color: rgb(64,5,243); }
div.DivClassName
{
background-color: #4005F3;
}
.BgClassName
{
background-color: #4005F3;
}
</style>
border-color css
<style>
span { border-color: #4005F3; }
span { border-color: rgb(64,5,243); }
td.TdClassName
{
border-color: #4005F3;
}
.TagClassName
{
border-color: #4005F3;
}
</style>