Shades of Han Purple #330FCF
Tints of Han Purple #330FCF
RGB
CMYK
RGB Variations
Color information
#330FCF (or 0x330FCF) is known color: Han Purple. HEX triplet: 33, 0F and CF. RGB value is (51,15,207). Sum of RGB (Red+Green+Blue) = 51+15+207=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 207 (81.25% from 255 or 75.82% from 273); Max value from RGB is 207 - color contains mainly: blue. Hex color #330FCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330FCF is #CCF030. Grayscale: #2E2E2E. Windows color (decimal): -13430833 or 13569843. OLE color: 13569843.
HSL color Cylindrical-coordinate representation of color #330FCF: hue angle of 251.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330FCF is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 15 | 207 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.19 |
| HSL | 251.25º | 0.86% | 0.44% | - |
| HSV(B) | 251.25º | 0.93% | 0.81% | - |
| XYZ | 12.8 | 5.55 | 59.43 | - |
| YUV | 47.65 | 217.93 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 207 | 0.75 | 0.93 | 0 | 0.19 | 251.25 | 0.86 | 0.44 |
| Hex | 33 | F | CF | 4B | 5D | 0 | 13 | FB | 56 | 2C |
| Octal | 63 | 17 | 317 | 113 | 135 | 0 | 23 | 373 | 126 | 54 |
| Binary | 110011 | 1111 | 11001111 | 1001011 | 1011101 | 0 | 10011 | 11111011 | 1010110 | 101100 |
Color Harmonies of #330FCF
Complementary color
Monochromatic Colors of #330FCF
Black with #330FCF
Text Example
Text Example
White with #330FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330FCF; }
p { color: rgb(51,15,207); }
H1.HeaderClassName
{
color: #330FCF;
}
.AnyTagClassName
{
color: #330FCF;
}
</style>
background-color css
<style>
a { background-color: #330FCF; }
a { background-color: rgb(51,15,207); }
div.DivClassName
{
background-color: #330FCF;
}
.BgClassName
{
background-color: #330FCF;
}
</style>
border-color css
<style>
span { border-color: #330FCF; }
span { border-color: rgb(51,15,207); }
td.TdClassName
{
border-color: #330FCF;
}
.TagClassName
{
border-color: #330FCF;
}
</style>