Shades of Han Purple #370ACF
Tints of Han Purple #370ACF
RGB
CMYK
RGB Variations
Color information
#370ACF (or 0x370ACF) is known color: Han Purple. HEX triplet: 37, 0A and CF. RGB value is (55,10,207). Sum of RGB (Red+Green+Blue) = 55+10+207=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 207 (81.25% from 255 or 76.10% from 272); Max value from RGB is 207 - color contains mainly: blue. Hex color #370ACF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370ACF is #C8F530. Grayscale: #2D2D2D. Windows color (decimal): -13169969 or 13568567. OLE color: 13568567.
HSL color Cylindrical-coordinate representation of color #370ACF: hue angle of 253.71º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370ACF is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 10 | 207 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.19 |
| HSL | 253.71º | 0.91% | 0.43% | - |
| HSV(B) | 253.71º | 0.95% | 0.81% | - |
| XYZ | 12.95 | 5.53 | 59.42 | - |
| YUV | 45.91 | 218.91 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 207 | 0.73 | 0.95 | 0 | 0.19 | 253.71 | 0.91 | 0.43 |
| Hex | 37 | A | CF | 49 | 5F | 0 | 13 | FE | 5B | 2B |
| Octal | 67 | 12 | 317 | 111 | 137 | 0 | 23 | 376 | 133 | 53 |
| Binary | 110111 | 1010 | 11001111 | 1001001 | 1011111 | 0 | 10011 | 11111110 | 1011011 | 101011 |
Color Harmonies of #370ACF
Complementary color
Monochromatic Colors of #370ACF
Black with #370ACF
Text Example
Text Example
White with #370ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370ACF; }
p { color: rgb(55,10,207); }
H1.HeaderClassName
{
color: #370ACF;
}
.AnyTagClassName
{
color: #370ACF;
}
</style>
background-color css
<style>
a { background-color: #370ACF; }
a { background-color: rgb(55,10,207); }
div.DivClassName
{
background-color: #370ACF;
}
.BgClassName
{
background-color: #370ACF;
}
</style>
border-color css
<style>
span { border-color: #370ACF; }
span { border-color: rgb(55,10,207); }
td.TdClassName
{
border-color: #370ACF;
}
.TagClassName
{
border-color: #370ACF;
}
</style>