Shades of Han Purple #6B33FD
Tints of Han Purple #6B33FD
RGB
CMYK
RGB Variations
Color information
#6B33FD (or 0x6B33FD) is known color: Han Purple. HEX triplet: 6B, 33 and FD. RGB value is (107,51,253). Sum of RGB (Red+Green+Blue) = 107+51+253=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B33FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B33FD is #94CC02. Grayscale: #5A5A5A. Windows color (decimal): -9751555 or 16593771. OLE color: 16593771.
HSL color Cylindrical-coordinate representation of color #6B33FD: hue angle of 256.63º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B33FD is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 51 | 253 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.01 |
| HSL | 256.63º | 0.98% | 0.6% | - |
| HSV(B) | 256.63º | 0.8% | 0.99% | - |
| XYZ | 24.98 | 12.59 | 94.04 | - |
| YUV | 90.77 | 219.55 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 51 | 253 | 0.58 | 0.80 | 0 | 0.01 | 256.63 | 0.98 | 0.6 |
| Hex | 6B | 33 | FD | 3A | 50 | 0 | 1 | 101 | 62 | 3C |
| Octal | 153 | 63 | 375 | 72 | 120 | 0 | 1 | 401 | 142 | 74 |
| Binary | 1101011 | 110011 | 11111101 | 111010 | 1010000 | 0 | 1 | 100000001 | 1100010 | 111100 |
Color Harmonies of #6B33FD
Complementary color
Monochromatic Colors of #6B33FD
Black with #6B33FD
Text Example
Text Example
White with #6B33FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B33FD; }
p { color: rgb(107,51,253); }
H1.HeaderClassName
{
color: #6B33FD;
}
.AnyTagClassName
{
color: #6B33FD;
}
</style>
background-color css
<style>
a { background-color: #6B33FD; }
a { background-color: rgb(107,51,253); }
div.DivClassName
{
background-color: #6B33FD;
}
.BgClassName
{
background-color: #6B33FD;
}
</style>
border-color css
<style>
span { border-color: #6B33FD; }
span { border-color: rgb(107,51,253); }
td.TdClassName
{
border-color: #6B33FD;
}
.TagClassName
{
border-color: #6B33FD;
}
</style>