Shades of Han Purple #6434FA
Tints of Han Purple #6434FA
RGB
CMYK
RGB Variations
Color information
#6434FA (or 0x6434FA) is known color: Han Purple. HEX triplet: 64, 34 and FA. RGB value is (100,52,250). Sum of RGB (Red+Green+Blue) = 100+52+250=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #6434FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6434FA is #9BCB05. Grayscale: #585858. Windows color (decimal): -10210054 or 16397412. OLE color: 16397412.
HSL color Cylindrical-coordinate representation of color #6434FA: hue angle of 254.55º 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 #6434FA is Cyan = 0.6, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 52 | 250 | - |
| CMYK | 0.6 | 0.79 | 0 | 0.02 |
| HSL | 254.55º | 0.95% | 0.59% | - |
| HSV(B) | 254.55º | 0.79% | 0.98% | - |
| XYZ | 23.74 | 12.07 | 91.52 | - |
| YUV | 88.92 | 218.9 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 52 | 250 | 0.6 | 0.79 | 0 | 0.02 | 254.55 | 0.95 | 0.59 |
| Hex | 64 | 34 | FA | 3C | 4F | 0 | 2 | FF | 5F | 3B |
| Octal | 144 | 64 | 372 | 74 | 117 | 0 | 2 | 377 | 137 | 73 |
| Binary | 1100100 | 110100 | 11111010 | 111100 | 1001111 | 0 | 10 | 11111111 | 1011111 | 111011 |
Color Harmonies of #6434FA
Complementary color
Monochromatic Colors of #6434FA
Black with #6434FA
Text Example
Text Example
White with #6434FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6434FA; }
p { color: rgb(100,52,250); }
H1.HeaderClassName
{
color: #6434FA;
}
.AnyTagClassName
{
color: #6434FA;
}
</style>
background-color css
<style>
a { background-color: #6434FA; }
a { background-color: rgb(100,52,250); }
div.DivClassName
{
background-color: #6434FA;
}
.BgClassName
{
background-color: #6434FA;
}
</style>
border-color css
<style>
span { border-color: #6434FA; }
span { border-color: rgb(100,52,250); }
td.TdClassName
{
border-color: #6434FA;
}
.TagClassName
{
border-color: #6434FA;
}
</style>