Shades of Han Purple #330CDD
Tints of Han Purple #330CDD
RGB
CMYK
RGB Variations
Color information
#330CDD (or 0x330CDD) is known color: Han Purple. HEX triplet: 33, 0C and DD. RGB value is (51,12,221). Sum of RGB (Red+Green+Blue) = 51+12+221=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 221 (86.72% from 255 or 77.82% from 284); Max value from RGB is 221 - color contains mainly: blue. Hex color #330CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330CDD is #CCF322. Grayscale: #2E2E2E. Windows color (decimal): -13431587 or 14486579. OLE color: 14486579.
HSL color Cylindrical-coordinate representation of color #330CDD: hue angle of 251.2º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330CDD is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 12 | 221 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.13 |
| HSL | 251.2º | 0.9% | 0.46% | - |
| HSV(B) | 251.2º | 0.95% | 0.87% | - |
| XYZ | 14.55 | 6.19 | 68.83 | - |
| YUV | 47.49 | 225.92 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 221 | 0.77 | 0.95 | 0 | 0.13 | 251.2 | 0.9 | 0.46 |
| Hex | 33 | C | DD | 4D | 5F | 0 | D | FB | 5A | 2E |
| Octal | 63 | 14 | 335 | 115 | 137 | 0 | 15 | 373 | 132 | 56 |
| Binary | 110011 | 1100 | 11011101 | 1001101 | 1011111 | 0 | 1101 | 11111011 | 1011010 | 101110 |
Color Harmonies of #330CDD
Complementary color
Monochromatic Colors of #330CDD
Black with #330CDD
Text Example
Text Example
White with #330CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330CDD; }
p { color: rgb(51,12,221); }
H1.HeaderClassName
{
color: #330CDD;
}
.AnyTagClassName
{
color: #330CDD;
}
</style>
background-color css
<style>
a { background-color: #330CDD; }
a { background-color: rgb(51,12,221); }
div.DivClassName
{
background-color: #330CDD;
}
.BgClassName
{
background-color: #330CDD;
}
</style>
border-color css
<style>
span { border-color: #330CDD; }
span { border-color: rgb(51,12,221); }
td.TdClassName
{
border-color: #330CDD;
}
.TagClassName
{
border-color: #330CDD;
}
</style>