Shades of Han Purple #330AFC
Tints of Han Purple #330AFC
RGB
CMYK
RGB Variations
Color information
#330AFC (or 0x330AFC) is known color: Han Purple. HEX triplet: 33, 0A and FC. RGB value is (51,10,252). Sum of RGB (Red+Green+Blue) = 51+10+252=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 252 (98.83% from 255 or 80.51% from 313); Max value from RGB is 252 - color contains mainly: blue. Hex color #330AFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330AFC is #CCF503. Grayscale: #303030. Windows color (decimal): -13432068 or 16517683. OLE color: 16517683.
HSL color Cylindrical-coordinate representation of color #330AFC: hue angle of 250.17º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330AFC is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 10 | 252 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.01 |
| HSL | 250.17º | 0.98% | 0.51% | - |
| HSV(B) | 250.17º | 0.96% | 0.99% | - |
| XYZ | 19.04 | 7.95 | 92.63 | - |
| YUV | 49.85 | 242.08 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 252 | 0.80 | 0.96 | 0 | 0.01 | 250.17 | 0.98 | 0.51 |
| Hex | 33 | A | FC | 50 | 60 | 0 | 1 | FA | 62 | 33 |
| Octal | 63 | 12 | 374 | 120 | 140 | 0 | 1 | 372 | 142 | 63 |
| Binary | 110011 | 1010 | 11111100 | 1010000 | 1100000 | 0 | 1 | 11111010 | 1100010 | 110011 |
Color Harmonies of #330AFC
Complementary color
Monochromatic Colors of #330AFC
Black with #330AFC
Text Example
Text Example
White with #330AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330AFC; }
p { color: rgb(51,10,252); }
H1.HeaderClassName
{
color: #330AFC;
}
.AnyTagClassName
{
color: #330AFC;
}
</style>
background-color css
<style>
a { background-color: #330AFC; }
a { background-color: rgb(51,10,252); }
div.DivClassName
{
background-color: #330AFC;
}
.BgClassName
{
background-color: #330AFC;
}
</style>
border-color css
<style>
span { border-color: #330AFC; }
span { border-color: rgb(51,10,252); }
td.TdClassName
{
border-color: #330AFC;
}
.TagClassName
{
border-color: #330AFC;
}
</style>