Shades of Han Purple #6030FB
Tints of Han Purple #6030FB
RGB
CMYK
RGB Variations
Color information
#6030FB (or 0x6030FB) is known color: Han Purple. HEX triplet: 60, 30 and FB. RGB value is (96,48,251). Sum of RGB (Red+Green+Blue) = 96+48+251=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #6030FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6030FB is #9FCF04. Grayscale: #545454. Windows color (decimal): -10473221 or 16461920. OLE color: 16461920.
HSL color Cylindrical-coordinate representation of color #6030FB: hue angle of 254.19º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6030FB is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 48 | 251 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.02 |
| HSL | 254.19º | 0.96% | 0.59% | - |
| HSV(B) | 254.19º | 0.81% | 0.98% | - |
| XYZ | 23.29 | 11.57 | 92.27 | - |
| YUV | 85.49 | 221.4 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 251 | 0.62 | 0.81 | 0 | 0.02 | 254.19 | 0.96 | 0.59 |
| Hex | 60 | 30 | FB | 3E | 51 | 0 | 2 | FE | 60 | 3B |
| Octal | 140 | 60 | 373 | 76 | 121 | 0 | 2 | 376 | 140 | 73 |
| Binary | 1100000 | 110000 | 11111011 | 111110 | 1010001 | 0 | 10 | 11111110 | 1100000 | 111011 |
Color Harmonies of #6030FB
Complementary color
Monochromatic Colors of #6030FB
Black with #6030FB
Text Example
Text Example
White with #6030FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6030FB; }
p { color: rgb(96,48,251); }
H1.HeaderClassName
{
color: #6030FB;
}
.AnyTagClassName
{
color: #6030FB;
}
</style>
background-color css
<style>
a { background-color: #6030FB; }
a { background-color: rgb(96,48,251); }
div.DivClassName
{
background-color: #6030FB;
}
.BgClassName
{
background-color: #6030FB;
}
</style>
border-color css
<style>
span { border-color: #6030FB; }
span { border-color: rgb(96,48,251); }
td.TdClassName
{
border-color: #6030FB;
}
.TagClassName
{
border-color: #6030FB;
}
</style>