Shades of Han Purple #6232FD
Tints of Han Purple #6232FD
RGB
CMYK
RGB Variations
Color information
#6232FD (or 0x6232FD) is known color: Han Purple. HEX triplet: 62, 32 and FD. RGB value is (98,50,253). Sum of RGB (Red+Green+Blue) = 98+50+253=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #6232FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6232FD is #9DCD02. Grayscale: #565656. Windows color (decimal): -10341635 or 16593506. OLE color: 16593506.
HSL color Cylindrical-coordinate representation of color #6232FD: hue angle of 254.19º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6232FD is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 50 | 253 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.01 |
| HSL | 254.19º | 0.98% | 0.59% | - |
| HSV(B) | 254.19º | 0.8% | 0.99% | - |
| XYZ | 23.91 | 11.97 | 93.98 | - |
| YUV | 87.49 | 221.4 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 50 | 253 | 0.61 | 0.80 | 0 | 0.01 | 254.19 | 0.98 | 0.59 |
| Hex | 62 | 32 | FD | 3D | 50 | 0 | 1 | FE | 62 | 3B |
| Octal | 142 | 62 | 375 | 75 | 120 | 0 | 1 | 376 | 142 | 73 |
| Binary | 1100010 | 110010 | 11111101 | 111101 | 1010000 | 0 | 1 | 11111110 | 1100010 | 111011 |
Color Harmonies of #6232FD
Complementary color
Monochromatic Colors of #6232FD
Black with #6232FD
Text Example
Text Example
White with #6232FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6232FD; }
p { color: rgb(98,50,253); }
H1.HeaderClassName
{
color: #6232FD;
}
.AnyTagClassName
{
color: #6232FD;
}
</style>
background-color css
<style>
a { background-color: #6232FD; }
a { background-color: rgb(98,50,253); }
div.DivClassName
{
background-color: #6232FD;
}
.BgClassName
{
background-color: #6232FD;
}
</style>
border-color css
<style>
span { border-color: #6232FD; }
span { border-color: rgb(98,50,253); }
td.TdClassName
{
border-color: #6232FD;
}
.TagClassName
{
border-color: #6232FD;
}
</style>