Shades of Han Purple #6D30FE
Tints of Han Purple #6D30FE
RGB
CMYK
RGB Variations
Color information
#6D30FE (or 0x6D30FE) is known color: Han Purple. HEX triplet: 6D, 30 and FE. RGB value is (109,48,254). Sum of RGB (Red+Green+Blue) = 109+48+254=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D30FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D30FE is #92CF01. Grayscale: #585858. Windows color (decimal): -9621250 or 16658541. OLE color: 16658541.
HSL color Cylindrical-coordinate representation of color #6D30FE: hue angle of 257.77º 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 #6D30FE is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 48 | 254 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.00 |
| HSL | 257.77º | 0.99% | 0.59% | - |
| HSV(B) | 257.77º | 0.81% | 1% | - |
| XYZ | 25.25 | 12.52 | 94.85 | - |
| YUV | 89.72 | 220.71 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 254 | 0.57 | 0.81 | 0 | 0.00 | 257.77 | 0.99 | 0.59 |
| Hex | 6D | 30 | FE | 39 | 51 | 0 | 0 | 102 | 63 | 3B |
| Octal | 155 | 60 | 376 | 71 | 121 | 0 | 0 | 402 | 143 | 73 |
| Binary | 1101101 | 110000 | 11111110 | 111001 | 1010001 | 0 | 0 | 100000010 | 1100011 | 111011 |
Color Harmonies of #6D30FE
Complementary color
Monochromatic Colors of #6D30FE
Black with #6D30FE
Text Example
Text Example
White with #6D30FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D30FE; }
p { color: rgb(109,48,254); }
H1.HeaderClassName
{
color: #6D30FE;
}
.AnyTagClassName
{
color: #6D30FE;
}
</style>
background-color css
<style>
a { background-color: #6D30FE; }
a { background-color: rgb(109,48,254); }
div.DivClassName
{
background-color: #6D30FE;
}
.BgClassName
{
background-color: #6D30FE;
}
</style>
border-color css
<style>
span { border-color: #6D30FE; }
span { border-color: rgb(109,48,254); }
td.TdClassName
{
border-color: #6D30FE;
}
.TagClassName
{
border-color: #6D30FE;
}
</style>