Shades of Han Purple #330AFF
Tints of Han Purple #330AFF
RGB
CMYK
RGB Variations
Color information
#330AFF (or 0x330AFF) is known color: Han Purple. HEX triplet: 33, 0A and FF. RGB value is (51,10,255). Sum of RGB (Red+Green+Blue) = 51+10+255=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 255 (100% from 255 or 80.70% from 316); Max value from RGB is 255 - color contains mainly: blue. Hex color #330AFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330AFF is #CCF500. Grayscale: #313131. Windows color (decimal): -13432065 or 16714291. OLE color: 16714291.
HSL color Cylindrical-coordinate representation of color #330AFF: hue angle of 250.04º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330AFF is Cyan = 0.8, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 10 | 255 | - |
| CMYK | 0.8 | 0.96 | 0 | 0 |
| HSL | 250.04º | 1% | 0.52% | - |
| HSV(B) | 250.04º | 0.96% | 1% | - |
| XYZ | 19.52 | 8.14 | 95.15 | - |
| YUV | 50.19 | 243.58 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 255 | 0.8 | 0.96 | 0 | 0 | 250.04 | 1 | 0.52 |
| Hex | 33 | A | FF | 50 | 60 | 0 | 0 | FA | 64 | 34 |
| Octal | 63 | 12 | 377 | 120 | 140 | 0 | 0 | 372 | 144 | 64 |
| Binary | 110011 | 1010 | 11111111 | 1010000 | 1100000 | 0 | 0 | 11111010 | 1100100 | 110100 |
Color Harmonies of #330AFF
Complementary color
Monochromatic Colors of #330AFF
Black with #330AFF
Text Example
Text Example
White with #330AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330AFF; }
p { color: rgb(51,10,255); }
H1.HeaderClassName
{
color: #330AFF;
}
.AnyTagClassName
{
color: #330AFF;
}
</style>
background-color css
<style>
a { background-color: #330AFF; }
a { background-color: rgb(51,10,255); }
div.DivClassName
{
background-color: #330AFF;
}
.BgClassName
{
background-color: #330AFF;
}
</style>
border-color css
<style>
span { border-color: #330AFF; }
span { border-color: rgb(51,10,255); }
td.TdClassName
{
border-color: #330AFF;
}
.TagClassName
{
border-color: #330AFF;
}
</style>