Shades of Han Purple #3725F7
Tints of Han Purple #3725F7
RGB
CMYK
RGB Variations
Color information
#3725F7 (or 0x3725F7) is known color: Han Purple. HEX triplet: 37, 25 and F7. RGB value is (55,37,247). Sum of RGB (Red+Green+Blue) = 55+37+247=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 247 (96.88% from 255 or 72.86% from 339); Max value from RGB is 247 - color contains mainly: blue. Hex color #3725F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3725F7 is #C8DA08. Grayscale: #414141. Windows color (decimal): -13163017 or 16196919. OLE color: 16196919.
HSL color Cylindrical-coordinate representation of color #3725F7: hue angle of 245.14º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3725F7 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 37 | 247 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.03 |
| HSL | 245.14º | 0.93% | 0.56% | - |
| HSV(B) | 245.14º | 0.85% | 0.97% | - |
| XYZ | 19.03 | 8.85 | 88.7 | - |
| YUV | 66.32 | 229.96 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 247 | 0.78 | 0.85 | 0 | 0.03 | 245.14 | 0.93 | 0.56 |
| Hex | 37 | 25 | F7 | 4E | 55 | 0 | 3 | F5 | 5D | 38 |
| Octal | 67 | 45 | 367 | 116 | 125 | 0 | 3 | 365 | 135 | 70 |
| Binary | 110111 | 100101 | 11110111 | 1001110 | 1010101 | 0 | 11 | 11110101 | 1011101 | 111000 |
Color Harmonies of #3725F7
Complementary color
Monochromatic Colors of #3725F7
Black with #3725F7
Text Example
Text Example
White with #3725F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3725F7; }
p { color: rgb(55,37,247); }
H1.HeaderClassName
{
color: #3725F7;
}
.AnyTagClassName
{
color: #3725F7;
}
</style>
background-color css
<style>
a { background-color: #3725F7; }
a { background-color: rgb(55,37,247); }
div.DivClassName
{
background-color: #3725F7;
}
.BgClassName
{
background-color: #3725F7;
}
</style>
border-color css
<style>
span { border-color: #3725F7; }
span { border-color: rgb(55,37,247); }
td.TdClassName
{
border-color: #3725F7;
}
.TagClassName
{
border-color: #3725F7;
}
</style>