Shades of Han Purple #3705F7
Tints of Han Purple #3705F7
RGB
CMYK
RGB Variations
Color information
#3705F7 (or 0x3705F7) is known color: Han Purple. HEX triplet: 37, 05 and F7. RGB value is (55,5,247). Sum of RGB (Red+Green+Blue) = 55+5+247=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 247 (96.88% from 255 or 80.46% from 307); Max value from RGB is 247 - color contains mainly: blue. Hex color #3705F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3705F7 is #C8FA08. Grayscale: #2E2E2E. Windows color (decimal): -13171209 or 16188727. OLE color: 16188727.
HSL color Cylindrical-coordinate representation of color #3705F7: hue angle of 252.4º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3705F7 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 5 | 247 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.03 |
| HSL | 252.4º | 0.96% | 0.49% | - |
| HSV(B) | 252.4º | 0.98% | 0.97% | - |
| XYZ | 18.42 | 7.64 | 88.5 | - |
| YUV | 47.54 | 240.57 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 247 | 0.78 | 0.98 | 0 | 0.03 | 252.4 | 0.96 | 0.49 |
| Hex | 37 | 5 | F7 | 4E | 62 | 0 | 3 | FC | 60 | 31 |
| Octal | 67 | 5 | 367 | 116 | 142 | 0 | 3 | 374 | 140 | 61 |
| Binary | 110111 | 101 | 11110111 | 1001110 | 1100010 | 0 | 11 | 11111100 | 1100000 | 110001 |
Color Harmonies of #3705F7
Complementary color
Monochromatic Colors of #3705F7
Black with #3705F7
Text Example
Text Example
White with #3705F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3705F7; }
p { color: rgb(55,5,247); }
H1.HeaderClassName
{
color: #3705F7;
}
.AnyTagClassName
{
color: #3705F7;
}
</style>
background-color css
<style>
a { background-color: #3705F7; }
a { background-color: rgb(55,5,247); }
div.DivClassName
{
background-color: #3705F7;
}
.BgClassName
{
background-color: #3705F7;
}
</style>
border-color css
<style>
span { border-color: #3705F7; }
span { border-color: rgb(55,5,247); }
td.TdClassName
{
border-color: #3705F7;
}
.TagClassName
{
border-color: #3705F7;
}
</style>