Shades of Han Purple #6D30FF
Tints of Han Purple #6D30FF
RGB
CMYK
RGB Variations
Color information
#6D30FF (or 0x6D30FF) is known color: Han Purple. HEX triplet: 6D, 30 and FF. RGB value is (109,48,255). Sum of RGB (Red+Green+Blue) = 109+48+255=412 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.46% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D30FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D30FF is #92CF00. Grayscale: #595959. Windows color (decimal): -9621249 or 16724077. OLE color: 16724077.
HSL color Cylindrical-coordinate representation of color #6D30FF: hue angle of 257.68º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D30FF is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 48 | 255 | - |
| CMYK | 0.57 | 0.81 | 0 | 0 |
| HSL | 257.68º | 1% | 0.59% | - |
| HSV(B) | 257.68º | 0.81% | 1% | - |
| XYZ | 25.41 | 12.59 | 95.7 | - |
| YUV | 89.84 | 221.21 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 255 | 0.57 | 0.81 | 0 | 0 | 257.68 | 1 | 0.59 |
| Hex | 6D | 30 | FF | 39 | 51 | 0 | 0 | 102 | 64 | 3B |
| Octal | 155 | 60 | 377 | 71 | 121 | 0 | 0 | 402 | 144 | 73 |
| Binary | 1101101 | 110000 | 11111111 | 111001 | 1010001 | 0 | 0 | 100000010 | 1100100 | 111011 |
Color Harmonies of #6D30FF
Complementary color
Monochromatic Colors of #6D30FF
Black with #6D30FF
Text Example
Text Example
White with #6D30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D30FF; }
p { color: rgb(109,48,255); }
H1.HeaderClassName
{
color: #6D30FF;
}
.AnyTagClassName
{
color: #6D30FF;
}
</style>
background-color css
<style>
a { background-color: #6D30FF; }
a { background-color: rgb(109,48,255); }
div.DivClassName
{
background-color: #6D30FF;
}
.BgClassName
{
background-color: #6D30FF;
}
</style>
border-color css
<style>
span { border-color: #6D30FF; }
span { border-color: rgb(109,48,255); }
td.TdClassName
{
border-color: #6D30FF;
}
.TagClassName
{
border-color: #6D30FF;
}
</style>