Shades of Han Purple #6430FE
Tints of Han Purple #6430FE
RGB
CMYK
RGB Variations
Color information
#6430FE (or 0x6430FE) is known color: Han Purple. HEX triplet: 64, 30 and FE. RGB value is (100,48,254). Sum of RGB (Red+Green+Blue) = 100+48+254=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #6430FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6430FE is #9BCF01. Grayscale: #565656. Windows color (decimal): -10211074 or 16658532. OLE color: 16658532.
HSL color Cylindrical-coordinate representation of color #6430FE: hue angle of 255.15º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6430FE is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 48 | 254 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.00 |
| HSL | 255.15º | 0.99% | 0.59% | - |
| HSV(B) | 255.15º | 0.81% | 1% | - |
| XYZ | 24.2 | 11.98 | 94.8 | - |
| YUV | 87.03 | 222.23 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 48 | 254 | 0.61 | 0.81 | 0 | 0.00 | 255.15 | 0.99 | 0.59 |
| Hex | 64 | 30 | FE | 3D | 51 | 0 | 0 | FF | 63 | 3B |
| Octal | 144 | 60 | 376 | 75 | 121 | 0 | 0 | 377 | 143 | 73 |
| Binary | 1100100 | 110000 | 11111110 | 111101 | 1010001 | 0 | 0 | 11111111 | 1100011 | 111011 |
Color Harmonies of #6430FE
Complementary color
Monochromatic Colors of #6430FE
Black with #6430FE
Text Example
Text Example
White with #6430FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6430FE; }
p { color: rgb(100,48,254); }
H1.HeaderClassName
{
color: #6430FE;
}
.AnyTagClassName
{
color: #6430FE;
}
</style>
background-color css
<style>
a { background-color: #6430FE; }
a { background-color: rgb(100,48,254); }
div.DivClassName
{
background-color: #6430FE;
}
.BgClassName
{
background-color: #6430FE;
}
</style>
border-color css
<style>
span { border-color: #6430FE; }
span { border-color: rgb(100,48,254); }
td.TdClassName
{
border-color: #6430FE;
}
.TagClassName
{
border-color: #6430FE;
}
</style>