Shades of Han Purple #6232FB
Tints of Han Purple #6232FB
RGB
CMYK
RGB Variations
Color information
#6232FB (or 0x6232FB) is known color: Han Purple. HEX triplet: 62, 32 and FB. RGB value is (98,50,251). Sum of RGB (Red+Green+Blue) = 98+50+251=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #6232FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6232FB is #9DCD04. Grayscale: #565656. Windows color (decimal): -10341637 or 16462434. OLE color: 16462434.
HSL color Cylindrical-coordinate representation of color #6232FB: hue angle of 254.33º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6232FB is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 50 | 251 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.02 |
| HSL | 254.33º | 0.96% | 0.59% | - |
| HSV(B) | 254.33º | 0.8% | 0.98% | - |
| XYZ | 23.59 | 11.84 | 92.31 | - |
| YUV | 87.27 | 220.4 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 50 | 251 | 0.61 | 0.80 | 0 | 0.02 | 254.33 | 0.96 | 0.59 |
| Hex | 62 | 32 | FB | 3D | 50 | 0 | 2 | FE | 60 | 3B |
| Octal | 142 | 62 | 373 | 75 | 120 | 0 | 2 | 376 | 140 | 73 |
| Binary | 1100010 | 110010 | 11111011 | 111101 | 1010000 | 0 | 10 | 11111110 | 1100000 | 111011 |
Color Harmonies of #6232FB
Complementary color
Monochromatic Colors of #6232FB
Black with #6232FB
Text Example
Text Example
White with #6232FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6232FB; }
p { color: rgb(98,50,251); }
H1.HeaderClassName
{
color: #6232FB;
}
.AnyTagClassName
{
color: #6232FB;
}
</style>
background-color css
<style>
a { background-color: #6232FB; }
a { background-color: rgb(98,50,251); }
div.DivClassName
{
background-color: #6232FB;
}
.BgClassName
{
background-color: #6232FB;
}
</style>
border-color css
<style>
span { border-color: #6232FB; }
span { border-color: rgb(98,50,251); }
td.TdClassName
{
border-color: #6232FB;
}
.TagClassName
{
border-color: #6232FB;
}
</style>