Shades of Han Purple #380FE7
Tints of Han Purple #380FE7
RGB
CMYK
RGB Variations
Color information
#380FE7 (or 0x380FE7) is known color: Han Purple. HEX triplet: 38, 0F and E7. RGB value is (56,15,231). Sum of RGB (Red+Green+Blue) = 56+15+231=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 231 (90.62% from 255 or 76.49% from 302); Max value from RGB is 231 - color contains mainly: blue. Hex color #380FE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380FE7 is #C7F018. Grayscale: #333333. Windows color (decimal): -13103129 or 15142712. OLE color: 15142712.
HSL color Cylindrical-coordinate representation of color #380FE7: hue angle of 251.39º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380FE7 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 15 | 231 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.09 |
| HSL | 251.39º | 0.88% | 0.48% | - |
| HSV(B) | 251.39º | 0.94% | 0.91% | - |
| XYZ | 16.23 | 6.95 | 76.09 | - |
| YUV | 51.88 | 229.08 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 231 | 0.76 | 0.94 | 0 | 0.09 | 251.39 | 0.88 | 0.48 |
| Hex | 38 | F | E7 | 4C | 5E | 0 | 9 | FB | 58 | 30 |
| Octal | 70 | 17 | 347 | 114 | 136 | 0 | 11 | 373 | 130 | 60 |
| Binary | 111000 | 1111 | 11100111 | 1001100 | 1011110 | 0 | 1001 | 11111011 | 1011000 | 110000 |
Color Harmonies of #380FE7
Complementary color
Monochromatic Colors of #380FE7
Black with #380FE7
Text Example
Text Example
White with #380FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380FE7; }
p { color: rgb(56,15,231); }
H1.HeaderClassName
{
color: #380FE7;
}
.AnyTagClassName
{
color: #380FE7;
}
</style>
background-color css
<style>
a { background-color: #380FE7; }
a { background-color: rgb(56,15,231); }
div.DivClassName
{
background-color: #380FE7;
}
.BgClassName
{
background-color: #380FE7;
}
</style>
border-color css
<style>
span { border-color: #380FE7; }
span { border-color: rgb(56,15,231); }
td.TdClassName
{
border-color: #380FE7;
}
.TagClassName
{
border-color: #380FE7;
}
</style>