Shades of Han Purple #3315F8
Tints of Han Purple #3315F8
RGB
CMYK
RGB Variations
Color information
#3315F8 (or 0x3315F8) is known color: Han Purple. HEX triplet: 33, 15 and F8. RGB value is (51,21,248). Sum of RGB (Red+Green+Blue) = 51+21+248=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 248 (97.27% from 255 or 77.5% from 320); Max value from RGB is 248 - color contains mainly: blue. Hex color #3315F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3315F8 is #CCEA07. Grayscale: #363636. Windows color (decimal): -13429256 or 16258355. OLE color: 16258355.
HSL color Cylindrical-coordinate representation of color #3315F8: hue angle of 247.93º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3315F8 is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 51 | 21 | 248 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.03 |
| HSL | 247.93º | 0.94% | 0.53% | - |
| HSV(B) | 247.93º | 0.92% | 0.97% | - |
| XYZ | 18.58 | 8.02 | 89.38 | - |
| YUV | 55.85 | 236.44 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 248 | 0.79 | 0.92 | 0 | 0.03 | 247.93 | 0.94 | 0.53 |
| Hex | 33 | 15 | F8 | 4F | 5C | 0 | 3 | F8 | 5E | 35 |
| Octal | 63 | 25 | 370 | 117 | 134 | 0 | 3 | 370 | 136 | 65 |
| Binary | 110011 | 10101 | 11111000 | 1001111 | 1011100 | 0 | 11 | 11111000 | 1011110 | 110101 |
Color Harmonies of #3315F8
Complementary color
Monochromatic Colors of #3315F8
Black with #3315F8
Text Example
Text Example
White with #3315F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3315F8; }
p { color: rgb(51,21,248); }
H1.HeaderClassName
{
color: #3315F8;
}
.AnyTagClassName
{
color: #3315F8;
}
</style>
background-color css
<style>
a { background-color: #3315F8; }
a { background-color: rgb(51,21,248); }
div.DivClassName
{
background-color: #3315F8;
}
.BgClassName
{
background-color: #3315F8;
}
</style>
border-color css
<style>
span { border-color: #3315F8; }
span { border-color: rgb(51,21,248); }
td.TdClassName
{
border-color: #3315F8;
}
.TagClassName
{
border-color: #3315F8;
}
</style>