Shades of Han Purple #6330FF
Tints of Han Purple #6330FF
RGB
CMYK
RGB Variations
Color information
#6330FF (or 0x6330FF) is known color: Han Purple. HEX triplet: 63, 30 and FF. RGB value is (99,48,255). Sum of RGB (Red+Green+Blue) = 99+48+255=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #6330FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6330FF is #9CCF00. Grayscale: #565656. Windows color (decimal): -10276609 or 16724067. OLE color: 16724067.
HSL color Cylindrical-coordinate representation of color #6330FF: hue angle of 254.78º 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 #6330FF is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 48 | 255 | - |
| CMYK | 0.61 | 0.81 | 0 | 0 |
| HSL | 254.78º | 1% | 0.59% | - |
| HSV(B) | 254.78º | 0.81% | 1% | - |
| XYZ | 24.25 | 11.99 | 95.64 | - |
| YUV | 86.85 | 222.9 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 48 | 255 | 0.61 | 0.81 | 0 | 0 | 254.78 | 1 | 0.59 |
| Hex | 63 | 30 | FF | 3D | 51 | 0 | 0 | FF | 64 | 3B |
| Octal | 143 | 60 | 377 | 75 | 121 | 0 | 0 | 377 | 144 | 73 |
| Binary | 1100011 | 110000 | 11111111 | 111101 | 1010001 | 0 | 0 | 11111111 | 1100100 | 111011 |
Color Harmonies of #6330FF
Complementary color
Monochromatic Colors of #6330FF
Black with #6330FF
Text Example
Text Example
White with #6330FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6330FF; }
p { color: rgb(99,48,255); }
H1.HeaderClassName
{
color: #6330FF;
}
.AnyTagClassName
{
color: #6330FF;
}
</style>
background-color css
<style>
a { background-color: #6330FF; }
a { background-color: rgb(99,48,255); }
div.DivClassName
{
background-color: #6330FF;
}
.BgClassName
{
background-color: #6330FF;
}
</style>
border-color css
<style>
span { border-color: #6330FF; }
span { border-color: rgb(99,48,255); }
td.TdClassName
{
border-color: #6330FF;
}
.TagClassName
{
border-color: #6330FF;
}
</style>