Shades of Han Purple #6233FA
Tints of Han Purple #6233FA
RGB
CMYK
RGB Variations
Color information
#6233FA (or 0x6233FA) is known color: Han Purple. HEX triplet: 62, 33 and FA. RGB value is (98,51,250). Sum of RGB (Red+Green+Blue) = 98+51+250=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #6233FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6233FA is #9DCC05. Grayscale: #565656. Windows color (decimal): -10341382 or 16397154. OLE color: 16397154.
HSL color Cylindrical-coordinate representation of color #6233FA: hue angle of 254.17º degrees, saturation: 0.95, 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 #6233FA is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 51 | 250 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.02 |
| HSL | 254.17º | 0.95% | 0.59% | - |
| HSV(B) | 254.17º | 0.8% | 0.98% | - |
| XYZ | 23.48 | 11.87 | 91.5 | - |
| YUV | 87.74 | 219.57 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 51 | 250 | 0.61 | 0.80 | 0 | 0.02 | 254.17 | 0.95 | 0.59 |
| Hex | 62 | 33 | FA | 3D | 50 | 0 | 2 | FE | 5F | 3B |
| Octal | 142 | 63 | 372 | 75 | 120 | 0 | 2 | 376 | 137 | 73 |
| Binary | 1100010 | 110011 | 11111010 | 111101 | 1010000 | 0 | 10 | 11111110 | 1011111 | 111011 |
Color Harmonies of #6233FA
Complementary color
Monochromatic Colors of #6233FA
Black with #6233FA
Text Example
Text Example
White with #6233FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6233FA; }
p { color: rgb(98,51,250); }
H1.HeaderClassName
{
color: #6233FA;
}
.AnyTagClassName
{
color: #6233FA;
}
</style>
background-color css
<style>
a { background-color: #6233FA; }
a { background-color: rgb(98,51,250); }
div.DivClassName
{
background-color: #6233FA;
}
.BgClassName
{
background-color: #6233FA;
}
</style>
border-color css
<style>
span { border-color: #6233FA; }
span { border-color: rgb(98,51,250); }
td.TdClassName
{
border-color: #6233FA;
}
.TagClassName
{
border-color: #6233FA;
}
</style>