Shades of Han Purple #611CFD
Tints of Han Purple #611CFD
RGB
CMYK
RGB Variations
Color information
#611CFD (or 0x611CFD) is known color: Han Purple. HEX triplet: 61, 1C and FD. RGB value is (97,28,253). Sum of RGB (Red+Green+Blue) = 97+28+253=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #611CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611CFD is #9EE302. Grayscale: #494949. Windows color (decimal): -10412803 or 16587873. OLE color: 16587873.
HSL color Cylindrical-coordinate representation of color #611CFD: hue angle of 258.4º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #611CFD is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 28 | 253 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.01 |
| HSL | 258.4º | 0.98% | 0.55% | - |
| HSV(B) | 258.4º | 0.89% | 0.99% | - |
| XYZ | 23.07 | 10.46 | 93.73 | - |
| YUV | 74.28 | 228.86 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 28 | 253 | 0.62 | 0.89 | 0 | 0.01 | 258.4 | 0.98 | 0.55 |
| Hex | 61 | 1C | FD | 3E | 59 | 0 | 1 | 102 | 62 | 37 |
| Octal | 141 | 34 | 375 | 76 | 131 | 0 | 1 | 402 | 142 | 67 |
| Binary | 1100001 | 11100 | 11111101 | 111110 | 1011001 | 0 | 1 | 100000010 | 1100010 | 110111 |
Color Harmonies of #611CFD
Complementary color
Monochromatic Colors of #611CFD
Black with #611CFD
Text Example
Text Example
White with #611CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611CFD; }
p { color: rgb(97,28,253); }
H1.HeaderClassName
{
color: #611CFD;
}
.AnyTagClassName
{
color: #611CFD;
}
</style>
background-color css
<style>
a { background-color: #611CFD; }
a { background-color: rgb(97,28,253); }
div.DivClassName
{
background-color: #611CFD;
}
.BgClassName
{
background-color: #611CFD;
}
</style>
border-color css
<style>
span { border-color: #611CFD; }
span { border-color: rgb(97,28,253); }
td.TdClassName
{
border-color: #611CFD;
}
.TagClassName
{
border-color: #611CFD;
}
</style>