Shades of Han Purple #370ADF
Tints of Han Purple #370ADF
RGB
CMYK
RGB Variations
Color information
#370ADF (or 0x370ADF) is known color: Han Purple. HEX triplet: 37, 0A and DF. RGB value is (55,10,223). Sum of RGB (Red+Green+Blue) = 55+10+223=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 223 (87.5% from 255 or 77.43% from 288); Max value from RGB is 223 - color contains mainly: blue. Hex color #370ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370ADF is #C8F520. Grayscale: #2E2E2E. Windows color (decimal): -13169953 or 14617143. OLE color: 14617143.
HSL color Cylindrical-coordinate representation of color #370ADF: hue angle of 252.68º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370ADF is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 10 | 223 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.13 |
| HSL | 252.68º | 0.91% | 0.46% | - |
| HSV(B) | 252.68º | 0.96% | 0.87% | - |
| XYZ | 15 | 6.36 | 70.25 | - |
| YUV | 47.74 | 226.91 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 223 | 0.75 | 0.96 | 0 | 0.13 | 252.68 | 0.91 | 0.46 |
| Hex | 37 | A | DF | 4B | 60 | 0 | D | FD | 5B | 2E |
| Octal | 67 | 12 | 337 | 113 | 140 | 0 | 15 | 375 | 133 | 56 |
| Binary | 110111 | 1010 | 11011111 | 1001011 | 1100000 | 0 | 1101 | 11111101 | 1011011 | 101110 |
Color Harmonies of #370ADF
Complementary color
Monochromatic Colors of #370ADF
Black with #370ADF
Text Example
Text Example
White with #370ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370ADF; }
p { color: rgb(55,10,223); }
H1.HeaderClassName
{
color: #370ADF;
}
.AnyTagClassName
{
color: #370ADF;
}
</style>
background-color css
<style>
a { background-color: #370ADF; }
a { background-color: rgb(55,10,223); }
div.DivClassName
{
background-color: #370ADF;
}
.BgClassName
{
background-color: #370ADF;
}
</style>
border-color css
<style>
span { border-color: #370ADF; }
span { border-color: rgb(55,10,223); }
td.TdClassName
{
border-color: #370ADF;
}
.TagClassName
{
border-color: #370ADF;
}
</style>