Shades of Han Purple #500CFD
Tints of Han Purple #500CFD
RGB
CMYK
RGB Variations
Color information
#500CFD (or 0x500CFD) is known color: Han Purple. HEX triplet: 50, 0C and FD. RGB value is (80,12,253). Sum of RGB (Red+Green+Blue) = 80+12+253=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 253 (99.22% from 255 or 73.33% from 345); Max value from RGB is 253 - color contains mainly: blue. Hex color #500CFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500CFD is #AFF302. Grayscale: #3A3A3A. Windows color (decimal): -11531011 or 16583760. OLE color: 16583760.
HSL color Cylindrical-coordinate representation of color #500CFD: hue angle of 256.93º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500CFD is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 12 | 253 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.01 |
| HSL | 256.93º | 0.98% | 0.52% | - |
| HSV(B) | 256.93º | 0.95% | 0.99% | - |
| XYZ | 21.17 | 9.06 | 93.56 | - |
| YUV | 59.81 | 237.03 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 253 | 0.68 | 0.95 | 0 | 0.01 | 256.93 | 0.98 | 0.52 |
| Hex | 50 | C | FD | 44 | 5F | 0 | 1 | 101 | 62 | 34 |
| Octal | 120 | 14 | 375 | 104 | 137 | 0 | 1 | 401 | 142 | 64 |
| Binary | 1010000 | 1100 | 11111101 | 1000100 | 1011111 | 0 | 1 | 100000001 | 1100010 | 110100 |
Color Harmonies of #500CFD
Complementary color
Monochromatic Colors of #500CFD
Black with #500CFD
Text Example
Text Example
White with #500CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500CFD; }
p { color: rgb(80,12,253); }
H1.HeaderClassName
{
color: #500CFD;
}
.AnyTagClassName
{
color: #500CFD;
}
</style>
background-color css
<style>
a { background-color: #500CFD; }
a { background-color: rgb(80,12,253); }
div.DivClassName
{
background-color: #500CFD;
}
.BgClassName
{
background-color: #500CFD;
}
</style>
border-color css
<style>
span { border-color: #500CFD; }
span { border-color: rgb(80,12,253); }
td.TdClassName
{
border-color: #500CFD;
}
.TagClassName
{
border-color: #500CFD;
}
</style>