Shades of Han Purple #6B30FC
Tints of Han Purple #6B30FC
RGB
CMYK
RGB Variations
Color information
#6B30FC (or 0x6B30FC) is known color: Han Purple. HEX triplet: 6B, 30 and FC. RGB value is (107,48,252). Sum of RGB (Red+Green+Blue) = 107+48+252=407 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.29% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B30FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B30FC is #94CF03. Grayscale: #585858. Windows color (decimal): -9752324 or 16527467. OLE color: 16527467.
HSL color Cylindrical-coordinate representation of color #6B30FC: hue angle of 257.35º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B30FC is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 48 | 252 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.01 |
| HSL | 257.35º | 0.97% | 0.59% | - |
| HSV(B) | 257.35º | 0.81% | 0.99% | - |
| XYZ | 24.69 | 12.27 | 93.16 | - |
| YUV | 88.9 | 220.05 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 48 | 252 | 0.58 | 0.81 | 0 | 0.01 | 257.35 | 0.97 | 0.59 |
| Hex | 6B | 30 | FC | 3A | 51 | 0 | 1 | 101 | 61 | 3B |
| Octal | 153 | 60 | 374 | 72 | 121 | 0 | 1 | 401 | 141 | 73 |
| Binary | 1101011 | 110000 | 11111100 | 111010 | 1010001 | 0 | 1 | 100000001 | 1100001 | 111011 |
Color Harmonies of #6B30FC
Complementary color
Monochromatic Colors of #6B30FC
Black with #6B30FC
Text Example
Text Example
White with #6B30FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B30FC; }
p { color: rgb(107,48,252); }
H1.HeaderClassName
{
color: #6B30FC;
}
.AnyTagClassName
{
color: #6B30FC;
}
</style>
background-color css
<style>
a { background-color: #6B30FC; }
a { background-color: rgb(107,48,252); }
div.DivClassName
{
background-color: #6B30FC;
}
.BgClassName
{
background-color: #6B30FC;
}
</style>
border-color css
<style>
span { border-color: #6B30FC; }
span { border-color: rgb(107,48,252); }
td.TdClassName
{
border-color: #6B30FC;
}
.TagClassName
{
border-color: #6B30FC;
}
</style>