Shades of Han Purple #602DFB
Tints of Han Purple #602DFB
RGB
CMYK
RGB Variations
Color information
#602DFB (or 0x602DFB) is known color: Han Purple. HEX triplet: 60, 2D and FB. RGB value is (96,45,251). Sum of RGB (Red+Green+Blue) = 96+45+251=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #602DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602DFB is #9FD204. Grayscale: #525252. Windows color (decimal): -10473989 or 16461152. OLE color: 16461152.
HSL color Cylindrical-coordinate representation of color #602DFB: hue angle of 254.85º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #602DFB is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 45 | 251 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.02 |
| HSL | 254.85º | 0.96% | 0.58% | - |
| HSV(B) | 254.85º | 0.82% | 0.98% | - |
| XYZ | 23.17 | 11.33 | 92.23 | - |
| YUV | 83.73 | 222.4 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 251 | 0.62 | 0.82 | 0 | 0.02 | 254.85 | 0.96 | 0.58 |
| Hex | 60 | 2D | FB | 3E | 52 | 0 | 2 | FF | 60 | 3A |
| Octal | 140 | 55 | 373 | 76 | 122 | 0 | 2 | 377 | 140 | 72 |
| Binary | 1100000 | 101101 | 11111011 | 111110 | 1010010 | 0 | 10 | 11111111 | 1100000 | 111010 |
Color Harmonies of #602DFB
Complementary color
Monochromatic Colors of #602DFB
Black with #602DFB
Text Example
Text Example
White with #602DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602DFB; }
p { color: rgb(96,45,251); }
H1.HeaderClassName
{
color: #602DFB;
}
.AnyTagClassName
{
color: #602DFB;
}
</style>
background-color css
<style>
a { background-color: #602DFB; }
a { background-color: rgb(96,45,251); }
div.DivClassName
{
background-color: #602DFB;
}
.BgClassName
{
background-color: #602DFB;
}
</style>
border-color css
<style>
span { border-color: #602DFB; }
span { border-color: rgb(96,45,251); }
td.TdClassName
{
border-color: #602DFB;
}
.TagClassName
{
border-color: #602DFB;
}
</style>