Shades of Han Purple #602BFC
Tints of Han Purple #602BFC
RGB
CMYK
RGB Variations
Color information
#602BFC (or 0x602BFC) is known color: Han Purple. HEX triplet: 60, 2B and FC. RGB value is (96,43,252). Sum of RGB (Red+Green+Blue) = 96+43+252=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #602BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602BFC is #9FD403. Grayscale: #515151. Windows color (decimal): -10474500 or 16526176. OLE color: 16526176.
HSL color Cylindrical-coordinate representation of color #602BFC: hue angle of 255.22º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #602BFC is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 43 | 252 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.01 |
| HSL | 255.22º | 0.97% | 0.58% | - |
| HSV(B) | 255.22º | 0.83% | 0.99% | - |
| XYZ | 23.26 | 11.24 | 93.04 | - |
| YUV | 82.67 | 223.56 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 252 | 0.62 | 0.83 | 0 | 0.01 | 255.22 | 0.97 | 0.58 |
| Hex | 60 | 2B | FC | 3E | 53 | 0 | 1 | FF | 61 | 3A |
| Octal | 140 | 53 | 374 | 76 | 123 | 0 | 1 | 377 | 141 | 72 |
| Binary | 1100000 | 101011 | 11111100 | 111110 | 1010011 | 0 | 1 | 11111111 | 1100001 | 111010 |
Color Harmonies of #602BFC
Complementary color
Monochromatic Colors of #602BFC
Black with #602BFC
Text Example
Text Example
White with #602BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602BFC; }
p { color: rgb(96,43,252); }
H1.HeaderClassName
{
color: #602BFC;
}
.AnyTagClassName
{
color: #602BFC;
}
</style>
background-color css
<style>
a { background-color: #602BFC; }
a { background-color: rgb(96,43,252); }
div.DivClassName
{
background-color: #602BFC;
}
.BgClassName
{
background-color: #602BFC;
}
</style>
border-color css
<style>
span { border-color: #602BFC; }
span { border-color: rgb(96,43,252); }
td.TdClassName
{
border-color: #602BFC;
}
.TagClassName
{
border-color: #602BFC;
}
</style>