Shades of Han Purple #600FDC
Tints of Han Purple #600FDC
RGB
CMYK
RGB Variations
Color information
#600FDC (or 0x600FDC) is known color: Han Purple. HEX triplet: 60, 0F and DC. RGB value is (96,15,220). Sum of RGB (Red+Green+Blue) = 96+15+220=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #600FDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600FDC is #9FF023. Grayscale: #3D3D3D. Windows color (decimal): -10481700 or 14421856. OLE color: 14421856.
HSL color Cylindrical-coordinate representation of color #600FDC: hue angle of 263.71º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600FDC is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 15 | 220 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.14 |
| HSL | 263.71º | 0.87% | 0.46% | - |
| HSV(B) | 263.71º | 0.93% | 0.86% | - |
| XYZ | 17.91 | 8 | 68.31 | - |
| YUV | 62.59 | 216.84 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 220 | 0.56 | 0.93 | 0 | 0.14 | 263.71 | 0.87 | 0.46 |
| Hex | 60 | F | DC | 38 | 5D | 0 | E | 108 | 57 | 2E |
| Octal | 140 | 17 | 334 | 70 | 135 | 0 | 16 | 410 | 127 | 56 |
| Binary | 1100000 | 1111 | 11011100 | 111000 | 1011101 | 0 | 1110 | 100001000 | 1010111 | 101110 |
Color Harmonies of #600FDC
Complementary color
Monochromatic Colors of #600FDC
Black with #600FDC
Text Example
Text Example
White with #600FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600FDC; }
p { color: rgb(96,15,220); }
H1.HeaderClassName
{
color: #600FDC;
}
.AnyTagClassName
{
color: #600FDC;
}
</style>
background-color css
<style>
a { background-color: #600FDC; }
a { background-color: rgb(96,15,220); }
div.DivClassName
{
background-color: #600FDC;
}
.BgClassName
{
background-color: #600FDC;
}
</style>
border-color css
<style>
span { border-color: #600FDC; }
span { border-color: rgb(96,15,220); }
td.TdClassName
{
border-color: #600FDC;
}
.TagClassName
{
border-color: #600FDC;
}
</style>