Shades of Han Purple #601CFD
Tints of Han Purple #601CFD
RGB
CMYK
RGB Variations
Color information
#601CFD (or 0x601CFD) is known color: Han Purple. HEX triplet: 60, 1C and FD. RGB value is (96,28,253). Sum of RGB (Red+Green+Blue) = 96+28+253=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #601CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601CFD is #9FE302. Grayscale: #494949. Windows color (decimal): -10478339 or 16587872. OLE color: 16587872.
HSL color Cylindrical-coordinate representation of color #601CFD: hue angle of 258.13º 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 #601CFD is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 28 | 253 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.01 |
| HSL | 258.13º | 0.98% | 0.55% | - |
| HSV(B) | 258.13º | 0.89% | 0.99% | - |
| XYZ | 22.97 | 10.41 | 93.73 | - |
| YUV | 73.98 | 229.03 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 28 | 253 | 0.62 | 0.89 | 0 | 0.01 | 258.13 | 0.98 | 0.55 |
| Hex | 60 | 1C | FD | 3E | 59 | 0 | 1 | 102 | 62 | 37 |
| Octal | 140 | 34 | 375 | 76 | 131 | 0 | 1 | 402 | 142 | 67 |
| Binary | 1100000 | 11100 | 11111101 | 111110 | 1011001 | 0 | 1 | 100000010 | 1100010 | 110111 |
Color Harmonies of #601CFD
Complementary color
Monochromatic Colors of #601CFD
Black with #601CFD
Text Example
Text Example
White with #601CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601CFD; }
p { color: rgb(96,28,253); }
H1.HeaderClassName
{
color: #601CFD;
}
.AnyTagClassName
{
color: #601CFD;
}
</style>
background-color css
<style>
a { background-color: #601CFD; }
a { background-color: rgb(96,28,253); }
div.DivClassName
{
background-color: #601CFD;
}
.BgClassName
{
background-color: #601CFD;
}
</style>
border-color css
<style>
span { border-color: #601CFD; }
span { border-color: rgb(96,28,253); }
td.TdClassName
{
border-color: #601CFD;
}
.TagClassName
{
border-color: #601CFD;
}
</style>