Shades of Han Purple #3705FC
Tints of Han Purple #3705FC
RGB
CMYK
RGB Variations
Color information
#3705FC (or 0x3705FC) is known color: Han Purple. HEX triplet: 37, 05 and FC. RGB value is (55,5,252). Sum of RGB (Red+Green+Blue) = 55+5+252=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 252 (98.83% from 255 or 80.77% from 312); Max value from RGB is 252 - color contains mainly: blue. Hex color #3705FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3705FC is #C8FA03. Grayscale: #2F2F2F. Windows color (decimal): -13171204 or 16516407. OLE color: 16516407.
HSL color Cylindrical-coordinate representation of color #3705FC: hue angle of 252.15º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3705FC is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 5 | 252 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.01 |
| HSL | 252.15º | 0.98% | 0.5% | - |
| HSV(B) | 252.15º | 0.98% | 0.99% | - |
| XYZ | 19.2 | 7.95 | 92.62 | - |
| YUV | 48.11 | 243.07 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 252 | 0.78 | 0.98 | 0 | 0.01 | 252.15 | 0.98 | 0.5 |
| Hex | 37 | 5 | FC | 4E | 62 | 0 | 1 | FC | 62 | 32 |
| Octal | 67 | 5 | 374 | 116 | 142 | 0 | 1 | 374 | 142 | 62 |
| Binary | 110111 | 101 | 11111100 | 1001110 | 1100010 | 0 | 1 | 11111100 | 1100010 | 110010 |
Color Harmonies of #3705FC
Complementary color
Monochromatic Colors of #3705FC
Black with #3705FC
Text Example
Text Example
White with #3705FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3705FC; }
p { color: rgb(55,5,252); }
H1.HeaderClassName
{
color: #3705FC;
}
.AnyTagClassName
{
color: #3705FC;
}
</style>
background-color css
<style>
a { background-color: #3705FC; }
a { background-color: rgb(55,5,252); }
div.DivClassName
{
background-color: #3705FC;
}
.BgClassName
{
background-color: #3705FC;
}
</style>
border-color css
<style>
span { border-color: #3705FC; }
span { border-color: rgb(55,5,252); }
td.TdClassName
{
border-color: #3705FC;
}
.TagClassName
{
border-color: #3705FC;
}
</style>