Shades of Han Purple #6334FA
Tints of Han Purple #6334FA
RGB
CMYK
RGB Variations
Color information
#6334FA (or 0x6334FA) is known color: Han Purple. HEX triplet: 63, 34 and FA. RGB value is (99,52,250). Sum of RGB (Red+Green+Blue) = 99+52+250=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #6334FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6334FA is #9CCB05. Grayscale: #575757. Windows color (decimal): -10275590 or 16397411. OLE color: 16397411.
HSL color Cylindrical-coordinate representation of color #6334FA: hue angle of 254.24º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6334FA is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 52 | 250 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.02 |
| HSL | 254.24º | 0.95% | 0.59% | - |
| HSV(B) | 254.24º | 0.79% | 0.98% | - |
| XYZ | 23.63 | 12.01 | 91.52 | - |
| YUV | 88.63 | 219.07 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 52 | 250 | 0.60 | 0.79 | 0 | 0.02 | 254.24 | 0.95 | 0.59 |
| Hex | 63 | 34 | FA | 3C | 4F | 0 | 2 | FE | 5F | 3B |
| Octal | 143 | 64 | 372 | 74 | 117 | 0 | 2 | 376 | 137 | 73 |
| Binary | 1100011 | 110100 | 11111010 | 111100 | 1001111 | 0 | 10 | 11111110 | 1011111 | 111011 |
Color Harmonies of #6334FA
Complementary color
Monochromatic Colors of #6334FA
Black with #6334FA
Text Example
Text Example
White with #6334FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6334FA; }
p { color: rgb(99,52,250); }
H1.HeaderClassName
{
color: #6334FA;
}
.AnyTagClassName
{
color: #6334FA;
}
</style>
background-color css
<style>
a { background-color: #6334FA; }
a { background-color: rgb(99,52,250); }
div.DivClassName
{
background-color: #6334FA;
}
.BgClassName
{
background-color: #6334FA;
}
</style>
border-color css
<style>
span { border-color: #6334FA; }
span { border-color: rgb(99,52,250); }
td.TdClassName
{
border-color: #6334FA;
}
.TagClassName
{
border-color: #6334FA;
}
</style>