Shades of Han Purple #6B30FE
Tints of Han Purple #6B30FE
RGB
CMYK
RGB Variations
Color information
#6B30FE (or 0x6B30FE) is known color: Han Purple. HEX triplet: 6B, 30 and FE. RGB value is (107,48,254). Sum of RGB (Red+Green+Blue) = 107+48+254=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B30FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B30FE is #94CF01. Grayscale: #585858. Windows color (decimal): -9752322 or 16658539. OLE color: 16658539.
HSL color Cylindrical-coordinate representation of color #6B30FE: hue angle of 257.18º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B30FE is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 48 | 254 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.00 |
| HSL | 257.18º | 0.99% | 0.59% | - |
| HSV(B) | 257.18º | 0.81% | 1% | - |
| XYZ | 25.01 | 12.4 | 94.84 | - |
| YUV | 89.13 | 221.05 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 48 | 254 | 0.58 | 0.81 | 0 | 0.00 | 257.18 | 0.99 | 0.59 |
| Hex | 6B | 30 | FE | 3A | 51 | 0 | 0 | 101 | 63 | 3B |
| Octal | 153 | 60 | 376 | 72 | 121 | 0 | 0 | 401 | 143 | 73 |
| Binary | 1101011 | 110000 | 11111110 | 111010 | 1010001 | 0 | 0 | 100000001 | 1100011 | 111011 |
Color Harmonies of #6B30FE
Complementary color
Monochromatic Colors of #6B30FE
Black with #6B30FE
Text Example
Text Example
White with #6B30FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B30FE; }
p { color: rgb(107,48,254); }
H1.HeaderClassName
{
color: #6B30FE;
}
.AnyTagClassName
{
color: #6B30FE;
}
</style>
background-color css
<style>
a { background-color: #6B30FE; }
a { background-color: rgb(107,48,254); }
div.DivClassName
{
background-color: #6B30FE;
}
.BgClassName
{
background-color: #6B30FE;
}
</style>
border-color css
<style>
span { border-color: #6B30FE; }
span { border-color: rgb(107,48,254); }
td.TdClassName
{
border-color: #6B30FE;
}
.TagClassName
{
border-color: #6B30FE;
}
</style>