Shades of Han Purple #6324FA
Tints of Han Purple #6324FA
RGB
CMYK
RGB Variations
Color information
#6324FA (or 0x6324FA) is known color: Han Purple. HEX triplet: 63, 24 and FA. RGB value is (99,36,250). Sum of RGB (Red+Green+Blue) = 99+36+250=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #6324FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6324FA is #9CDB05. Grayscale: #4E4E4E. Windows color (decimal): -10279686 or 16393315. OLE color: 16393315.
HSL color Cylindrical-coordinate representation of color #6324FA: hue angle of 257.66º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6324FA is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 36 | 250 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.02 |
| HSL | 257.66º | 0.96% | 0.56% | - |
| HSV(B) | 257.66º | 0.86% | 0.98% | - |
| XYZ | 23.03 | 10.82 | 91.32 | - |
| YUV | 79.23 | 224.37 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 250 | 0.60 | 0.86 | 0 | 0.02 | 257.66 | 0.96 | 0.56 |
| Hex | 63 | 24 | FA | 3C | 56 | 0 | 2 | 102 | 60 | 38 |
| Octal | 143 | 44 | 372 | 74 | 126 | 0 | 2 | 402 | 140 | 70 |
| Binary | 1100011 | 100100 | 11111010 | 111100 | 1010110 | 0 | 10 | 100000010 | 1100000 | 111000 |
Color Harmonies of #6324FA
Complementary color
Monochromatic Colors of #6324FA
Black with #6324FA
Text Example
Text Example
White with #6324FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6324FA; }
p { color: rgb(99,36,250); }
H1.HeaderClassName
{
color: #6324FA;
}
.AnyTagClassName
{
color: #6324FA;
}
</style>
background-color css
<style>
a { background-color: #6324FA; }
a { background-color: rgb(99,36,250); }
div.DivClassName
{
background-color: #6324FA;
}
.BgClassName
{
background-color: #6324FA;
}
</style>
border-color css
<style>
span { border-color: #6324FA; }
span { border-color: rgb(99,36,250); }
td.TdClassName
{
border-color: #6324FA;
}
.TagClassName
{
border-color: #6324FA;
}
</style>