Shades of Han Purple #6330FA
Tints of Han Purple #6330FA
RGB
CMYK
RGB Variations
Color information
#6330FA (or 0x6330FA) is known color: Han Purple. HEX triplet: 63, 30 and FA. RGB value is (99,48,250). Sum of RGB (Red+Green+Blue) = 99+48+250=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #6330FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6330FA is #9CCF05. Grayscale: #555555. Windows color (decimal): -10276614 or 16396387. OLE color: 16396387.
HSL color Cylindrical-coordinate representation of color #6330FA: hue angle of 255.15º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6330FA is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 48 | 250 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.02 |
| HSL | 255.15º | 0.95% | 0.58% | - |
| HSV(B) | 255.15º | 0.81% | 0.98% | - |
| XYZ | 23.46 | 11.67 | 91.46 | - |
| YUV | 86.28 | 220.4 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 48 | 250 | 0.60 | 0.81 | 0 | 0.02 | 255.15 | 0.95 | 0.58 |
| Hex | 63 | 30 | FA | 3C | 51 | 0 | 2 | FF | 5F | 3A |
| Octal | 143 | 60 | 372 | 74 | 121 | 0 | 2 | 377 | 137 | 72 |
| Binary | 1100011 | 110000 | 11111010 | 111100 | 1010001 | 0 | 10 | 11111111 | 1011111 | 111010 |
Color Harmonies of #6330FA
Complementary color
Monochromatic Colors of #6330FA
Black with #6330FA
Text Example
Text Example
White with #6330FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6330FA; }
p { color: rgb(99,48,250); }
H1.HeaderClassName
{
color: #6330FA;
}
.AnyTagClassName
{
color: #6330FA;
}
</style>
background-color css
<style>
a { background-color: #6330FA; }
a { background-color: rgb(99,48,250); }
div.DivClassName
{
background-color: #6330FA;
}
.BgClassName
{
background-color: #6330FA;
}
</style>
border-color css
<style>
span { border-color: #6330FA; }
span { border-color: rgb(99,48,250); }
td.TdClassName
{
border-color: #6330FA;
}
.TagClassName
{
border-color: #6330FA;
}
</style>