Shades of Han Purple #502BFD
Tints of Han Purple #502BFD
RGB
CMYK
RGB Variations
Color information
#502BFD (or 0x502BFD) is known color: Han Purple. HEX triplet: 50, 2B and FD. RGB value is (80,43,253). Sum of RGB (Red+Green+Blue) = 80+43+253=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #502BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502BFD is #AFD402. Grayscale: #4D4D4D. Windows color (decimal): -11523075 or 16591696. OLE color: 16591696.
HSL color Cylindrical-coordinate representation of color #502BFD: hue angle of 250.57º degrees, saturation: 0.98, 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 #502BFD is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 43 | 253 | - |
| CMYK | 0.68 | 0.83 | 0 | 0.01 |
| HSL | 250.57º | 0.98% | 0.58% | - |
| HSV(B) | 250.57º | 0.83% | 0.99% | - |
| XYZ | 21.9 | 10.53 | 93.81 | - |
| YUV | 78 | 226.76 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 253 | 0.68 | 0.83 | 0 | 0.01 | 250.57 | 0.98 | 0.58 |
| Hex | 50 | 2B | FD | 44 | 53 | 0 | 1 | FB | 62 | 3A |
| Octal | 120 | 53 | 375 | 104 | 123 | 0 | 1 | 373 | 142 | 72 |
| Binary | 1010000 | 101011 | 11111101 | 1000100 | 1010011 | 0 | 1 | 11111011 | 1100010 | 111010 |
Color Harmonies of #502BFD
Complementary color
Monochromatic Colors of #502BFD
Black with #502BFD
Text Example
Text Example
White with #502BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502BFD; }
p { color: rgb(80,43,253); }
H1.HeaderClassName
{
color: #502BFD;
}
.AnyTagClassName
{
color: #502BFD;
}
</style>
background-color css
<style>
a { background-color: #502BFD; }
a { background-color: rgb(80,43,253); }
div.DivClassName
{
background-color: #502BFD;
}
.BgClassName
{
background-color: #502BFD;
}
</style>
border-color css
<style>
span { border-color: #502BFD; }
span { border-color: rgb(80,43,253); }
td.TdClassName
{
border-color: #502BFD;
}
.TagClassName
{
border-color: #502BFD;
}
</style>