Shades of Han Purple #6322F9
Tints of Han Purple #6322F9
RGB
CMYK
RGB Variations
Color information
#6322F9 (or 0x6322F9) is known color: Han Purple. HEX triplet: 63, 22 and F9. RGB value is (99,34,249). Sum of RGB (Red+Green+Blue) = 99+34+249=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 249 (97.66% from 255 or 65.18% from 382); Max value from RGB is 249 - color contains mainly: blue. Hex color #6322F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6322F9 is #9CDD06. Grayscale: #4D4D4D. Windows color (decimal): -10280199 or 16327267. OLE color: 16327267.
HSL color Cylindrical-coordinate representation of color #6322F9: hue angle of 258.14º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6322F9 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 34 | 249 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.02 |
| HSL | 258.14º | 0.95% | 0.55% | - |
| HSV(B) | 258.14º | 0.86% | 0.98% | - |
| XYZ | 22.82 | 10.64 | 90.47 | - |
| YUV | 77.95 | 224.53 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 249 | 0.60 | 0.86 | 0 | 0.02 | 258.14 | 0.95 | 0.55 |
| Hex | 63 | 22 | F9 | 3C | 56 | 0 | 2 | 102 | 5F | 37 |
| Octal | 143 | 42 | 371 | 74 | 126 | 0 | 2 | 402 | 137 | 67 |
| Binary | 1100011 | 100010 | 11111001 | 111100 | 1010110 | 0 | 10 | 100000010 | 1011111 | 110111 |
Color Harmonies of #6322F9
Complementary color
Monochromatic Colors of #6322F9
Black with #6322F9
Text Example
Text Example
White with #6322F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6322F9; }
p { color: rgb(99,34,249); }
H1.HeaderClassName
{
color: #6322F9;
}
.AnyTagClassName
{
color: #6322F9;
}
</style>
background-color css
<style>
a { background-color: #6322F9; }
a { background-color: rgb(99,34,249); }
div.DivClassName
{
background-color: #6322F9;
}
.BgClassName
{
background-color: #6322F9;
}
</style>
border-color css
<style>
span { border-color: #6322F9; }
span { border-color: rgb(99,34,249); }
td.TdClassName
{
border-color: #6322F9;
}
.TagClassName
{
border-color: #6322F9;
}
</style>