Shades of Han Purple #6C30FB
Tints of Han Purple #6C30FB
RGB
CMYK
RGB Variations
Color information
#6C30FB (or 0x6C30FB) is known color: Han Purple. HEX triplet: 6C, 30 and FB. RGB value is (108,48,251). Sum of RGB (Red+Green+Blue) = 108+48+251=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C30FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C30FB is #93CF04. Grayscale: #585858. Windows color (decimal): -9686789 or 16461932. OLE color: 16461932.
HSL color Cylindrical-coordinate representation of color #6C30FB: hue angle of 257.73º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C30FB is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 48 | 251 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.02 |
| HSL | 257.73º | 0.96% | 0.59% | - |
| HSV(B) | 257.73º | 0.81% | 0.98% | - |
| XYZ | 24.65 | 12.27 | 92.34 | - |
| YUV | 89.08 | 219.38 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 48 | 251 | 0.57 | 0.81 | 0 | 0.02 | 257.73 | 0.96 | 0.59 |
| Hex | 6C | 30 | FB | 39 | 51 | 0 | 2 | 102 | 60 | 3B |
| Octal | 154 | 60 | 373 | 71 | 121 | 0 | 2 | 402 | 140 | 73 |
| Binary | 1101100 | 110000 | 11111011 | 111001 | 1010001 | 0 | 10 | 100000010 | 1100000 | 111011 |
Color Harmonies of #6C30FB
Complementary color
Monochromatic Colors of #6C30FB
Black with #6C30FB
Text Example
Text Example
White with #6C30FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C30FB; }
p { color: rgb(108,48,251); }
H1.HeaderClassName
{
color: #6C30FB;
}
.AnyTagClassName
{
color: #6C30FB;
}
</style>
background-color css
<style>
a { background-color: #6C30FB; }
a { background-color: rgb(108,48,251); }
div.DivClassName
{
background-color: #6C30FB;
}
.BgClassName
{
background-color: #6C30FB;
}
</style>
border-color css
<style>
span { border-color: #6C30FB; }
span { border-color: rgb(108,48,251); }
td.TdClassName
{
border-color: #6C30FB;
}
.TagClassName
{
border-color: #6C30FB;
}
</style>