Shades of Han Purple #330DCE
Tints of Han Purple #330DCE
RGB
CMYK
RGB Variations
Color information
#330DCE (or 0x330DCE) is known color: Han Purple. HEX triplet: 33, 0D and CE. RGB value is (51,13,206). Sum of RGB (Red+Green+Blue) = 51+13+206=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #330DCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330DCE is #CCF231. Grayscale: #2D2D2D. Windows color (decimal): -13431346 or 13503795. OLE color: 13503795.
HSL color Cylindrical-coordinate representation of color #330DCE: hue angle of 251.81º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330DCE is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 13 | 206 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.19 |
| HSL | 251.81º | 0.88% | 0.43% | - |
| HSV(B) | 251.81º | 0.94% | 0.81% | - |
| XYZ | 12.65 | 5.45 | 58.78 | - |
| YUV | 46.36 | 218.09 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 206 | 0.75 | 0.94 | 0 | 0.19 | 251.81 | 0.88 | 0.43 |
| Hex | 33 | D | CE | 4B | 5E | 0 | 13 | FC | 58 | 2B |
| Octal | 63 | 15 | 316 | 113 | 136 | 0 | 23 | 374 | 130 | 53 |
| Binary | 110011 | 1101 | 11001110 | 1001011 | 1011110 | 0 | 10011 | 11111100 | 1011000 | 101011 |
Color Harmonies of #330DCE
Complementary color
Monochromatic Colors of #330DCE
Black with #330DCE
Text Example
Text Example
White with #330DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330DCE; }
p { color: rgb(51,13,206); }
H1.HeaderClassName
{
color: #330DCE;
}
.AnyTagClassName
{
color: #330DCE;
}
</style>
background-color css
<style>
a { background-color: #330DCE; }
a { background-color: rgb(51,13,206); }
div.DivClassName
{
background-color: #330DCE;
}
.BgClassName
{
background-color: #330DCE;
}
</style>
border-color css
<style>
span { border-color: #330DCE; }
span { border-color: rgb(51,13,206); }
td.TdClassName
{
border-color: #330DCE;
}
.TagClassName
{
border-color: #330DCE;
}
</style>