Shades of Han Purple #330CF8
Tints of Han Purple #330CF8
RGB
CMYK
RGB Variations
Color information
#330CF8 (or 0x330CF8) is known color: Han Purple. HEX triplet: 33, 0C and F8. RGB value is (51,12,248). Sum of RGB (Red+Green+Blue) = 51+12+248=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 248 (97.27% from 255 or 79.74% from 311); Max value from RGB is 248 - color contains mainly: blue. Hex color #330CF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330CF8 is #CCF307. Grayscale: #313131. Windows color (decimal): -13431560 or 16256051. OLE color: 16256051.
HSL color Cylindrical-coordinate representation of color #330CF8: hue angle of 249.92º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330CF8 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 51 | 12 | 248 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.03 |
| HSL | 249.92º | 0.94% | 0.51% | - |
| HSV(B) | 249.92º | 0.95% | 0.97% | - |
| XYZ | 18.44 | 7.74 | 89.33 | - |
| YUV | 50.57 | 239.42 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 248 | 0.79 | 0.95 | 0 | 0.03 | 249.92 | 0.94 | 0.51 |
| Hex | 33 | C | F8 | 4F | 5F | 0 | 3 | FA | 5E | 33 |
| Octal | 63 | 14 | 370 | 117 | 137 | 0 | 3 | 372 | 136 | 63 |
| Binary | 110011 | 1100 | 11111000 | 1001111 | 1011111 | 0 | 11 | 11111010 | 1011110 | 110011 |
Color Harmonies of #330CF8
Complementary color
Monochromatic Colors of #330CF8
Black with #330CF8
Text Example
Text Example
White with #330CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330CF8; }
p { color: rgb(51,12,248); }
H1.HeaderClassName
{
color: #330CF8;
}
.AnyTagClassName
{
color: #330CF8;
}
</style>
background-color css
<style>
a { background-color: #330CF8; }
a { background-color: rgb(51,12,248); }
div.DivClassName
{
background-color: #330CF8;
}
.BgClassName
{
background-color: #330CF8;
}
</style>
border-color css
<style>
span { border-color: #330CF8; }
span { border-color: rgb(51,12,248); }
td.TdClassName
{
border-color: #330CF8;
}
.TagClassName
{
border-color: #330CF8;
}
</style>