Shades of Han Purple #3307E7
Tints of Han Purple #3307E7
RGB
CMYK
RGB Variations
Color information
#3307E7 (or 0x3307E7) is known color: Han Purple. HEX triplet: 33, 07 and E7. RGB value is (51,7,231). Sum of RGB (Red+Green+Blue) = 51+7+231=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 231 (90.62% from 255 or 79.93% from 289); Max value from RGB is 231 - color contains mainly: blue. Hex color #3307E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3307E7 is #CCF818. Grayscale: #2C2C2C. Windows color (decimal): -13432857 or 15140659. OLE color: 15140659.
HSL color Cylindrical-coordinate representation of color #3307E7: hue angle of 251.79º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3307E7 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 7 | 231 | - |
| CMYK | 0.78 | 0.97 | 0 | 0.09 |
| HSL | 251.79º | 0.94% | 0.47% | - |
| HSV(B) | 251.79º | 0.97% | 0.91% | - |
| XYZ | 15.87 | 6.63 | 76.04 | - |
| YUV | 45.69 | 232.58 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 7 | 231 | 0.78 | 0.97 | 0 | 0.09 | 251.79 | 0.94 | 0.47 |
| Hex | 33 | 7 | E7 | 4E | 61 | 0 | 9 | FC | 5E | 2F |
| Octal | 63 | 7 | 347 | 116 | 141 | 0 | 11 | 374 | 136 | 57 |
| Binary | 110011 | 111 | 11100111 | 1001110 | 1100001 | 0 | 1001 | 11111100 | 1011110 | 101111 |
Color Harmonies of #3307E7
Complementary color
Monochromatic Colors of #3307E7
Black with #3307E7
Text Example
Text Example
White with #3307E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3307E7; }
p { color: rgb(51,7,231); }
H1.HeaderClassName
{
color: #3307E7;
}
.AnyTagClassName
{
color: #3307E7;
}
</style>
background-color css
<style>
a { background-color: #3307E7; }
a { background-color: rgb(51,7,231); }
div.DivClassName
{
background-color: #3307E7;
}
.BgClassName
{
background-color: #3307E7;
}
</style>
border-color css
<style>
span { border-color: #3307E7; }
span { border-color: rgb(51,7,231); }
td.TdClassName
{
border-color: #3307E7;
}
.TagClassName
{
border-color: #3307E7;
}
</style>