Shades of Han Purple #6434FD
Tints of Han Purple #6434FD
RGB
CMYK
RGB Variations
Color information
#6434FD (or 0x6434FD) is known color: Han Purple. HEX triplet: 64, 34 and FD. RGB value is (100,52,253). Sum of RGB (Red+Green+Blue) = 100+52+253=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #6434FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6434FD is #9BCB02. Grayscale: #585858. Windows color (decimal): -10210051 or 16594020. OLE color: 16594020.
HSL color Cylindrical-coordinate representation of color #6434FD: hue angle of 254.33º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6434FD is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 52 | 253 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.01 |
| HSL | 254.33º | 0.98% | 0.6% | - |
| HSV(B) | 254.33º | 0.79% | 0.99% | - |
| XYZ | 24.21 | 12.26 | 94.02 | - |
| YUV | 89.27 | 220.4 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 52 | 253 | 0.60 | 0.79 | 0 | 0.01 | 254.33 | 0.98 | 0.6 |
| Hex | 64 | 34 | FD | 3C | 4F | 0 | 1 | FE | 62 | 3C |
| Octal | 144 | 64 | 375 | 74 | 117 | 0 | 1 | 376 | 142 | 74 |
| Binary | 1100100 | 110100 | 11111101 | 111100 | 1001111 | 0 | 1 | 11111110 | 1100010 | 111100 |
Color Harmonies of #6434FD
Complementary color
Monochromatic Colors of #6434FD
Black with #6434FD
Text Example
Text Example
White with #6434FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6434FD; }
p { color: rgb(100,52,253); }
H1.HeaderClassName
{
color: #6434FD;
}
.AnyTagClassName
{
color: #6434FD;
}
</style>
background-color css
<style>
a { background-color: #6434FD; }
a { background-color: rgb(100,52,253); }
div.DivClassName
{
background-color: #6434FD;
}
.BgClassName
{
background-color: #6434FD;
}
</style>
border-color css
<style>
span { border-color: #6434FD; }
span { border-color: rgb(100,52,253); }
td.TdClassName
{
border-color: #6434FD;
}
.TagClassName
{
border-color: #6434FD;
}
</style>