Shades of Han Purple #602BFA
Tints of Han Purple #602BFA
RGB
CMYK
RGB Variations
Color information
#602BFA (or 0x602BFA) is known color: Han Purple. HEX triplet: 60, 2B and FA. RGB value is (96,43,250). Sum of RGB (Red+Green+Blue) = 96+43+250=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #602BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602BFA is #9FD405. Grayscale: #515151. Windows color (decimal): -10474502 or 16395104. OLE color: 16395104.
HSL color Cylindrical-coordinate representation of color #602BFA: hue angle of 255.36º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #602BFA is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 43 | 250 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.02 |
| HSL | 255.36º | 0.95% | 0.57% | - |
| HSV(B) | 255.36º | 0.83% | 0.98% | - |
| XYZ | 22.94 | 11.12 | 91.38 | - |
| YUV | 82.45 | 222.56 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 250 | 0.62 | 0.83 | 0 | 0.02 | 255.36 | 0.95 | 0.57 |
| Hex | 60 | 2B | FA | 3E | 53 | 0 | 2 | FF | 5F | 39 |
| Octal | 140 | 53 | 372 | 76 | 123 | 0 | 2 | 377 | 137 | 71 |
| Binary | 1100000 | 101011 | 11111010 | 111110 | 1010011 | 0 | 10 | 11111111 | 1011111 | 111001 |
Color Harmonies of #602BFA
Complementary color
Monochromatic Colors of #602BFA
Black with #602BFA
Text Example
Text Example
White with #602BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602BFA; }
p { color: rgb(96,43,250); }
H1.HeaderClassName
{
color: #602BFA;
}
.AnyTagClassName
{
color: #602BFA;
}
</style>
background-color css
<style>
a { background-color: #602BFA; }
a { background-color: rgb(96,43,250); }
div.DivClassName
{
background-color: #602BFA;
}
.BgClassName
{
background-color: #602BFA;
}
</style>
border-color css
<style>
span { border-color: #602BFA; }
span { border-color: rgb(96,43,250); }
td.TdClassName
{
border-color: #602BFA;
}
.TagClassName
{
border-color: #602BFA;
}
</style>