Shades of Han Purple #6230FF
Tints of Han Purple #6230FF
RGB
CMYK
RGB Variations
Color information
#6230FF (or 0x6230FF) is known color: Han Purple. HEX triplet: 62, 30 and FF. RGB value is (98,48,255). Sum of RGB (Red+Green+Blue) = 98+48+255=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #6230FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6230FF is #9DCF00. Grayscale: #555555. Windows color (decimal): -10342145 or 16724066. OLE color: 16724066.
HSL color Cylindrical-coordinate representation of color #6230FF: hue angle of 254.49º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6230FF is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 48 | 255 | - |
| CMYK | 0.62 | 0.81 | 0 | 0 |
| HSL | 254.49º | 1% | 0.59% | - |
| HSV(B) | 254.49º | 0.81% | 1% | - |
| XYZ | 24.14 | 11.93 | 95.64 | - |
| YUV | 86.55 | 223.07 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 48 | 255 | 0.62 | 0.81 | 0 | 0 | 254.49 | 1 | 0.59 |
| Hex | 62 | 30 | FF | 3E | 51 | 0 | 0 | FE | 64 | 3B |
| Octal | 142 | 60 | 377 | 76 | 121 | 0 | 0 | 376 | 144 | 73 |
| Binary | 1100010 | 110000 | 11111111 | 111110 | 1010001 | 0 | 0 | 11111110 | 1100100 | 111011 |
Color Harmonies of #6230FF
Complementary color
Monochromatic Colors of #6230FF
Black with #6230FF
Text Example
Text Example
White with #6230FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6230FF; }
p { color: rgb(98,48,255); }
H1.HeaderClassName
{
color: #6230FF;
}
.AnyTagClassName
{
color: #6230FF;
}
</style>
background-color css
<style>
a { background-color: #6230FF; }
a { background-color: rgb(98,48,255); }
div.DivClassName
{
background-color: #6230FF;
}
.BgClassName
{
background-color: #6230FF;
}
</style>
border-color css
<style>
span { border-color: #6230FF; }
span { border-color: rgb(98,48,255); }
td.TdClassName
{
border-color: #6230FF;
}
.TagClassName
{
border-color: #6230FF;
}
</style>